deploy(minor): fix wrong health-check for static deployment

This commit is contained in:
Langhammer, Jens 2019-11-20 15:55:39 +01:00
parent 23146de2bf
commit 4520e3f8b8
1 changed files with 2 additions and 2 deletions

View File

@ -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: