diff --git a/infrastructure/03-traefik/overlay-external/kustomization.yaml b/infrastructure/03-traefik/overlay-external/kustomization.yaml index 67fe36e..a96c5de 100644 --- a/infrastructure/03-traefik/overlay-external/kustomization.yaml +++ b/infrastructure/03-traefik/overlay-external/kustomization.yaml @@ -11,8 +11,6 @@ components: resources: - ../base - - patches: - path: patches/traefik-service-patch.yaml - path: patches/traefik-deployment-patch.yaml diff --git a/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml b/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml index f2ef4af..c51c605 100644 --- a/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml +++ b/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml @@ -29,7 +29,7 @@ spec: # Shared - --global.sendanonymoususage=false - --global.checknewversion=false - - --entrypoints.dns.address=:53/udp + # - --entrypoints.dns.address=:53/udp - --entrypoints.metrics.address=:9100/tcp - --entrypoints.traefik.address=:9000/tcp - --entrypoints.web.address=:8000/tcp