helm: add initial wait for healthcheck

This commit is contained in:
Jens Langhammer 2021-02-12 11:53:49 +01:00
parent 1abcff39c7
commit f33369bf0c
1 changed files with 2 additions and 0 deletions

View File

@ -99,10 +99,12 @@ spec:
httpGet:
path: /-/health/live/
port: http
initialDelaySeconds: 15
readinessProbe:
httpGet:
path: /-/health/ready/
port: http
initialDelaySeconds: 15
resources:
requests:
cpu: 100m