Commit 16e0cadb by Frank Mai Committed by orangedeng

Increase the periodSeconds & timeoutSeconds for readiness & liveness

parent 3cd401ed
...@@ -61,18 +61,18 @@ spec: ...@@ -61,18 +61,18 @@ spec:
path: /-/healthy path: /-/healthy
port: web port: web
scheme: HTTP scheme: HTTP
periodSeconds: 5 periodSeconds: 10
successThreshold: 1 successThreshold: 1
timeoutSeconds: 3 timeoutSeconds: 10
readinessProbe: readinessProbe:
failureThreshold: 120 failureThreshold: 10
httpGet: httpGet:
path: /-/ready path: /-/ready
port: web port: web
scheme: HTTP scheme: HTTP
periodSeconds: 5 periodSeconds: 10
successThreshold: 1 successThreshold: 1
timeoutSeconds: 3 timeoutSeconds: 10
{{- if and .Values.resources .Values.resources.auth }} {{- if and .Values.resources .Values.resources.auth }}
resources: resources:
{{ toYaml .Values.resources.auth | indent 6 }} {{ toYaml .Values.resources.auth | indent 6 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment