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:
defaultReplicaCount: 3
storageOverProvisioningPercentage: 100
defaultReplicaCount: "3"
storageOverProvisioningPercentage: "100"
backupCompressionMethod: "gzip"
replicaSoftAntiAffinity: "true"
concurrentReplicaRebuildPerNodeLimit: "1"
replicaReplenishmentWaitInterval: "600"
disableSchdedulingOnCordonedNode: "true"
defaultBackupStore:
backupTarget: "s3://homelab@auto/longhorn"
backupTarget: "s3://longhorn-backups@auto"
backupTargetCredentialSecret: cloudflare-token
metrics:
serviceMonitor:
enabled: true
enabled: false
ingress:
enabled: true
ingressClassName: nginx-internal