Aaron Riedel
0be2949c50
All checks were successful
continuous-integration/drone/push Build is passing
22 lines
No EOL
634 B
YAML
22 lines
No EOL
634 B
YAML
persistence:
|
|
recurringJobSelector:
|
|
enable: true
|
|
jobList:
|
|
- name: snapshot
|
|
isGroup: false
|
|
- name: backup
|
|
isGroup: false
|
|
defaultSettings:
|
|
defaultDataPath: /storage1
|
|
backupTarget: "s3://yolokube-backup@weur/"
|
|
backupTargetCredentialSecret: longhorn-backup-target
|
|
replicaAutoBalance: best-effort
|
|
defaultLonghornStaticStorageClass: longhorn
|
|
createDefaultDiskLabeledNodes: true
|
|
concurrentAutomaticEngineUpgradePerNodeLimit: 3
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
host: longhorn.services.yolokube.de
|
|
annotations:
|
|
nginx.org/basic-auth-secret: longhorn-basic-auth-secret |