From 977b2f15fcab896fdda86b56a6b934c02f638bf7 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 15 Apr 2024 15:17:59 +0200 Subject: [PATCH] hostnetwork set to true --- .../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 b349937..c953262 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: false + hostNetwork: true containers: - name: traefik env: