From 9d87303153c05a5b9ae42ce7d2b6b0ce362e664c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Thu, 17 Nov 2022 13:30:48 +0100 Subject: [PATCH] duh --- apps/templates/traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index f1564d9..b6fe23a 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -48,7 +48,7 @@ spec: # - "--entryPoints.web.forwardedHeaders.trustedIPs=127.0.0.1/32" - "--api.insecure=true" - "--ping" - - "--ping.entrypoint=web" + - "--ping.entrypoint=traefik" envFrom: - secretRef: name: traefik-secrets