Skip to content
Snippets Groups Projects
Unverified Commit c18d30bb authored by Piers Harding's avatar Piers Harding
Browse files

ST-974: enable liveness probes for tangodb


Signed-off-by: default avatarPiers Harding <piers@ompka.net>
parent 8b1aafc5
No related branches found
No related tags found
No related merge requests found
...@@ -193,15 +193,15 @@ tangodb: ...@@ -193,15 +193,15 @@ tangodb:
memory: 256Mi # 256Mi = 0.25 GB mem memory: 256Mi # 256Mi = 0.25 GB mem
ephemeral-storage: 2Gi ephemeral-storage: 2Gi
livenessProbe: livenessProbe:
enabled: false enabled: true
initialDelaySeconds: 10 initialDelaySeconds: 60
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 1 timeoutSeconds: 1
successThreshold: 1 successThreshold: 1
failureThreshold: 3 failureThreshold: 3
readinessProbe: readinessProbe:
enabled: false enabled: false
initialDelaySeconds: 10 initialDelaySeconds: 60
periodSeconds: 10 periodSeconds: 10
timeoutSeconds: 1 timeoutSeconds: 1
successThreshold: 1 successThreshold: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment