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