From 4520e3f8b87132fb67ebe58fa6461aa0108957c1 Mon Sep 17 00:00:00 2001 From: "Langhammer, Jens" Date: Wed, 20 Nov 2019 15:55:39 +0100 Subject: [PATCH] deploy(minor): fix wrong health-check for static deployment --- helm/passbook/templates/static-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/passbook/templates/static-deployment.yaml b/helm/passbook/templates/static-deployment.yaml index a1c02d4e5..596ed814a 100644 --- a/helm/passbook/templates/static-deployment.yaml +++ b/helm/passbook/templates/static-deployment.yaml @@ -31,13 +31,13 @@ spec: initialDelaySeconds: 10 timeoutSeconds: 5 httpGet: - path: /_/healthz + path: /-/ping port: http readinessProbe: initialDelaySeconds: 10 timeoutSeconds: 5 httpGet: - path: /_/healthz + path: /-/ping port: http resources: requests: