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: