updated start times of liveness probe
This commit is contained in:
parent
581655fe92
commit
9d807d28fc
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user