From d14f930831ef2e46ad9176c9943a994953d53d13 Mon Sep 17 00:00:00 2001 From: Steffen Illium <steffen.illium@gmail.com> Date: Mon, 15 Apr 2024 17:15:27 +0200 Subject: [PATCH] revert host port usage --- .../overlay-external/patches/traefik-deployment-patch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b80b84f..47cf234 100644 --- a/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml +++ b/infrastructure/03-traefik/overlay-external/patches/traefik-deployment-patch.yaml @@ -12,7 +12,7 @@ spec: labels: app: front-traefik spec: - hostNetwork: true + hostNetwork: false containers: - name: traefik env: