Commit 16e0cadb by Frank Mai Committed by orangedeng

Increase the periodSeconds & timeoutSeconds for readiness & liveness

parent 3cd401ed
......@@ -61,18 +61,18 @@ spec:
path: /-/healthy
port: web
scheme: HTTP
periodSeconds: 5
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
timeoutSeconds: 10
readinessProbe:
failureThreshold: 120
failureThreshold: 10
httpGet:
path: /-/ready
port: web
scheme: HTTP
periodSeconds: 5
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
timeoutSeconds: 10
{{- if and .Values.resources .Values.resources.auth }}
resources:
{{ 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