Encrease probe check time to allow git cloning

Change-Id: I626843f749cb454342fe6432b1c0666cdec308ce
This commit is contained in:
hosingh000 2018-12-26 23:35:32 -06:00
parent 1ab41676e6
commit 3461a89714
1 changed files with 4 additions and 4 deletions

View File

@ -125,15 +125,15 @@ spec:
- name: audit
containerPort: {{ tuple "audit" "internal" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
livenessProbe:
initialDelaySeconds: 30
timeoutSeconds: 10
initialDelaySeconds: 600
timeoutSeconds: 300
exec:
command:
- /tmp/health-check.sh
- allservicesliveness
readinessProbe:
initialDelaySeconds: 30
timeoutSeconds: 10
initialDelaySeconds: 600
timeoutSeconds: 300
exec:
command:
- /tmp/health-check.sh