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 initialDelaySeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
httpGet: httpGet:
path: /_/healthz path: /-/ping
port: http port: http
readinessProbe: readinessProbe:
initialDelaySeconds: 10 initialDelaySeconds: 10
timeoutSeconds: 5 timeoutSeconds: 5
httpGet: httpGet:
path: /_/healthz path: /-/ping
port: http port: http
resources: resources:
requests: requests: