mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Update Traefik values.yaml to allow external name services and empty services
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user