helm: fix initialDelaySeconds

This commit is contained in:
Jens Langhammer 2021-02-24 19:39:35 +01:00
parent a3aacb5285
commit c0c235bead
1 changed files with 2 additions and 2 deletions

View File

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