1
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

View File

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