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