From 8955455af284df7fd35e51b21e8c90596ed9146b Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 19 Nov 2025 20:05:09 +0500 Subject: [PATCH] chore: Longhorn | switch UI to traefik ingress --- helm/values/longhorn.values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/values/longhorn.values.yaml b/helm/values/longhorn.values.yaml index 935138e..32cd70a 100644 --- a/helm/values/longhorn.values.yaml +++ b/helm/values/longhorn.values.yaml @@ -17,7 +17,7 @@ metrics: enabled: true ingress: enabled: true - ingressClassName: nginx-internal + ingressClassName: traefik host: longhorn.dogar.dev tls: true tlsSecretName: longhorn-tls