From d334a909cff2a729a069e509533c82b06432c7a2 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 31 Jul 2025 21:48:34 +0200 Subject: [PATCH] Update Traefik values.yaml to allow external name services and empty services --- infrastructure/controllers/traefik/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infrastructure/controllers/traefik/values.yaml b/infrastructure/controllers/traefik/values.yaml index b7169e1..8462f6f 100644 --- a/infrastructure/controllers/traefik/values.yaml +++ b/infrastructure/controllers/traefik/values.yaml @@ -12,6 +12,8 @@ ingressRoute: providers: kubernetesCRD: allowCrossNamespace: true + allowExternalNameServices: true + allowEmptyServices: true persistence: enabled: true storageClass: retain-local-path