Compare commits
No commits in common. "022a821661ad89230a5d3d610940a7cdaec77dcc" and "66a3ce99a375cf35ab3312debbf5eba8a4c09640" have entirely different histories.
022a821661
...
66a3ce99a3
3 changed files with 1 additions and 17 deletions
|
|
@ -8,7 +8,7 @@ storage_localpath_default_path: "/mnt/local"
|
|||
storage_localpath_namespace: "local-path-storage"
|
||||
|
||||
storage_longhorn_enabled: false
|
||||
storage_longhorn_version: "v1.7.2"
|
||||
storage_longhorn_version: "v1.7.1"
|
||||
storage_longhorn_namespace: "longhorn-system"
|
||||
|
||||
storage_nfs_enabled: false
|
||||
|
|
|
|||
|
|
@ -72,21 +72,6 @@
|
|||
csi.storage.k8s.io/fsType: ext4
|
||||
recurringJobSelector: '[{"name":"snapshot","isGroup":true}, {"name":"backup-daily","isGroup":true}]'
|
||||
|
||||
- name: Add longhorn & longhorn-crypt VolumeSnapshotClass
|
||||
kubernetes.core.k8s:
|
||||
state: present
|
||||
context: "{{ my_context }}"
|
||||
definition:
|
||||
kind: VolumeSnapshotClass
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
metadata:
|
||||
name: "{{ item }}"
|
||||
driver: driver.longhorn.io
|
||||
deletionPolicy: Delete
|
||||
with_items:
|
||||
- "longhorn"
|
||||
- "longhorn-crypt"
|
||||
|
||||
- name: Install Prometheus rules
|
||||
kubernetes.core.k8s:
|
||||
state: "present"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ defaultSettings:
|
|||
# defaultLonghornStaticStorageClass: longhorn
|
||||
# disableSchedulingOnCordonedNode: false
|
||||
replicaZoneSoftAntiAffinity: false
|
||||
concurrentAutomaticEngineUpgradePerNodeLimit: 3
|
||||
guaranteed-engine-manager-cpu: 6
|
||||
guaranteed-replica-manager-cpu: 6
|
||||
ingress:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue