deploy(minor): fix wrong health-check for static deployment
This commit is contained in:
parent
23146de2bf
commit
4520e3f8b8
|
@ -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:
|
||||||
|
|
Reference in New Issue