1
0

added initialDelay

This commit is contained in:
sido
2018-09-10 16:53:58 +02:00
parent 38f89721e7
commit 11b25a5df6
2 changed files with 21 additions and 6 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 }}