1
0
Fork 0

updated start times of liveness probe

This commit is contained in:
sido 2018-09-10 17:38:50 +02:00
parent 581655fe92
commit 9d807d28fc
1 changed files with 4 additions and 0 deletions

View File

@ -53,10 +53,14 @@ spec:
httpGet:
path: /
port: 8080
initialDelaySeconds: 180
periodSeconds: 5
readinessProbe:
httpGet:
path: /api/v2/version
port: 8080
initialDelaySeconds: 180
periodSeconds: 5
resources:
{{ toYaml .resources | indent 12 }}
{{- end }}