We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa040a6 commit 56e0318Copy full SHA for 56e0318
cassandra/cassandra-statefulset.yaml
@@ -74,6 +74,18 @@ spec:
74
- /ready-probe.sh
75
initialDelaySeconds: 15
76
timeoutSeconds: 5
77
+ periodSeconds: 10
78
+ failureThreshold: 3
79
+ livenessProbe:
80
+ exec:
81
+ command:
82
+ - /bin/bash
83
+ - -c
84
+ - "nodetool status"
85
+ initialDelaySeconds: 15
86
+ timeoutSeconds: 5
87
88
89
# These volume mounts are persistent. They are like inline claims,
90
# but not exactly because the names need to match exactly one of
91
# the stateful pod volumes.
0 commit comments