helm: add initial wait for healthcheck
This commit is contained in:
parent
1abcff39c7
commit
f33369bf0c
|
@ -99,10 +99,12 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /-/health/live/
|
path: /-/health/live/
|
||||||
port: http
|
port: http
|
||||||
|
initialDelaySeconds: 15
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /-/health/ready/
|
path: /-/health/ready/
|
||||||
port: http
|
port: http
|
||||||
|
initialDelaySeconds: 15
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
|
Reference in New Issue