fix: move longhorn onto worker nodepool and update backup target

This commit is contained in:
2025-11-15 13:17:19 +05:00
parent 74707a469c
commit c0e0d74e4f

View File

@@ -1,13 +1,20 @@
global:
nodeSelector:
nodepool: worker
defaultSettings: defaultSettings:
defaultReplicaCount: 3 defaultReplicaCount: "3"
storageOverProvisioningPercentage: 100 storageOverProvisioningPercentage: "100"
backupCompressionMethod: "gzip" backupCompressionMethod: "gzip"
replicaSoftAntiAffinity: "true"
concurrentReplicaRebuildPerNodeLimit: "1"
replicaReplenishmentWaitInterval: "600"
disableSchdedulingOnCordonedNode: "true"
defaultBackupStore: defaultBackupStore:
backupTarget: "s3://homelab@auto/longhorn" backupTarget: "s3://longhorn-backups@auto"
backupTargetCredentialSecret: cloudflare-token backupTargetCredentialSecret: cloudflare-token
metrics: metrics:
serviceMonitor: serviceMonitor:
enabled: true enabled: false
ingress: ingress:
enabled: true enabled: true
ingressClassName: nginx-internal ingressClassName: nginx-internal