Update Traefik values.yaml to allow external name services and empty services

This commit is contained in:
2025-07-31 21:48:34 +02:00
parent 4c25b064d0
commit d334a909cf

View File

@@ -12,6 +12,8 @@ ingressRoute:
providers: providers:
kubernetesCRD: kubernetesCRD:
allowCrossNamespace: true allowCrossNamespace: true
allowExternalNameServices: true
allowEmptyServices: true
persistence: persistence:
enabled: true enabled: true
storageClass: retain-local-path storageClass: retain-local-path