From 6a4a2827193330f1202caf4791210d866ac40aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Thu, 17 Nov 2022 13:14:54 +0100 Subject: [PATCH] Add ping --- apps/templates/traefik.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/templates/traefik.yaml b/apps/templates/traefik.yaml index 3f75144..f1564d9 100644 --- a/apps/templates/traefik.yaml +++ b/apps/templates/traefik.yaml @@ -47,6 +47,8 @@ spec: additionalArguments: # - "--entryPoints.web.forwardedHeaders.trustedIPs=127.0.0.1/32" - "--api.insecure=true" + - "--ping" + - "--ping.entrypoint=web" envFrom: - secretRef: name: traefik-secrets