From be5d367e5f9938b0ae72207e2481caad7fd01a85 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 15 Apr 2024 15:38:45 +0200 Subject: [PATCH] dns entrypoint disabled --- infrastructure/03-traefik/overlay-external/kustomization.yaml | 2 -- .../overlay-external/patches/traefik-deployment-patch.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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