Compare commits

...

2 commits

Author SHA1 Message Date
b231db641a
Update lognhorn deployment
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build encountered an error
2022-11-09 09:58:11 +01:00
bf321f103a
Update local-path to version v0.0.23 2022-11-09 09:57:35 +01:00
3 changed files with 7 additions and 16 deletions

View file

@ -3,7 +3,7 @@ my_context: minikube
storage_manual_enabled: true
storage_localpath_enabled: true
storage_localpath_version: "v0.0.22"
storage_localpath_version: "v0.0.23"
storage_localpath_default_path: "/mnt/local"
storage_localpath_namespace: "local-path-storage"

View file

@ -27,18 +27,9 @@
namespace: "{{ storage_longhorn_namespace }}"
value: "{{ item.value }}"
with_items:
- {
name: "guaranteed-engine-manager-cpu",
value: "6"
}
- {
name: "guaranteed-replica-manager-cpu",
value: "6"
}
- {
name: "default-data-locality",
value: "best-effort"
}
- { name: "guaranteed-engine-manager-cpu", value: "6" }
- { name: "guaranteed-replica-manager-cpu", value: "6" }
- { name: "default-data-locality", value: "best-effort" }
- name: Install longhorn Recurring Jobs
kubernetes.core.k8s:
@ -46,7 +37,7 @@
context: "{{ my_context }}"
apply: true
namespace: "{{ storage_longhorn_namespace }}"
resource_definition: "{{ lookup('template', 'longhorn/longhorn/longhorn_recurringjob.yml.j2') | from_yaml }}"
resource_definition: "{{ lookup('template', 'longhorn/longhorn_recurringjob.yml.j2') | from_yaml }}"
with_items:
- {
name: "snapshot",

View file

@ -7,11 +7,11 @@ persistence:
jobList: '[
{
"name":"snapshot",
"isGroup":true,
"isGroup":true
},
{
"name":"backup-daily",
"isGroup":true,
"isGroup":true
}
]'
defaultSettings: