Skip to content
Snippets Groups Projects
Commit 209ba10a authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

increase the liveness times a bit - they keep resetting the pods even

when they're up
parent 26d9deb9
No related branches found
No related tags found
No related merge requests found
......@@ -102,9 +102,9 @@ spec:
# - name: TCP_PORTS
# value: "6379/ssl"
livenessProbe:
initialDelaySeconds: 60
initialDelaySeconds: 120
periodSeconds: 30
timeoutSeconds: 3
timeoutSeconds: 10
failureThreshold: 3
tcpSocket:
port: 6379
......@@ -127,9 +127,9 @@ spec:
- name: "APPNAME"
value: "{{.Values.appName}}"
livenessProbe:
initialDelaySeconds: 60
initialDelaySeconds: 120
periodSeconds: 30
timeoutSeconds: 3
timeoutSeconds: 10
failureThreshold: 3
tcpSocket:
port: 26379
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment