Enable publishedService on Traefik by default

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-02 18:25:21 +02:00
parent e51bbb831a
commit 3216e88e00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ sources:
- https://traefik.io/ - https://traefik.io/
type: application type: application
upstream_version: v9.19.2 upstream_version: v9.19.2
version: 6.13.13 version: 6.13.14
+1 -1
View File
@@ -114,7 +114,7 @@ providers:
# - "default" # - "default"
# IP used for Kubernetes Ingress endpoints # IP used for Kubernetes Ingress endpoints
publishedService: publishedService:
enabled: false enabled: true
# Published Kubernetes Service to copy status from. Format: namespace/servicename # Published Kubernetes Service to copy status from. Format: namespace/servicename
# By default this Traefik service # By default this Traefik service
# pathOverride: "" # pathOverride: ""