From e50ab36ee60ec24a26cd729133b443854b8c2e41 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Sun, 16 Nov 2025 21:48:20 +0500 Subject: [PATCH] fix: Longhorn | enable service monitor + fix backup target trailing / --- helm/values/longhorn.values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/values/longhorn.values.yaml b/helm/values/longhorn.values.yaml index 5ffbff1..935138e 100644 --- a/helm/values/longhorn.values.yaml +++ b/helm/values/longhorn.values.yaml @@ -10,11 +10,11 @@ defaultSettings: replicaReplenishmentWaitInterval: "600" disableSchdedulingOnCordonedNode: "true" defaultBackupStore: - backupTarget: "s3://longhorn-backups@auto" + backupTarget: "s3://longhorn-backups@auto/" backupTargetCredentialSecret: cloudflare-token metrics: serviceMonitor: - enabled: false + enabled: true ingress: enabled: true ingressClassName: nginx-internal