From c0e0d74e4febd5ffa02dcf96f6746f5a20a4c80e Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sat, 15 Nov 2025 13:17:19 +0500 Subject: [PATCH] fix: move longhorn onto worker nodepool and update backup target --- helm/values/longhorn.values.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/helm/values/longhorn.values.yaml b/helm/values/longhorn.values.yaml index 1c48c20..5ffbff1 100644 --- a/helm/values/longhorn.values.yaml +++ b/helm/values/longhorn.values.yaml @@ -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