Update cassandra-statefulset.yaml
This commit is contained in:
parent
9428c220aa
commit
82b76897c2
|
|
@ -73,19 +73,7 @@ spec:
|
||||||
- -c
|
- -c
|
||||||
- /ready-probe.sh
|
- /ready-probe.sh
|
||||||
initialDelaySeconds: 15
|
initialDelaySeconds: 15
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
periodSeconds: 10
|
|
||||||
failureThreshold: 3
|
|
||||||
livenessProbe:
|
|
||||||
exec:
|
|
||||||
command:
|
|
||||||
- /bin/bash
|
|
||||||
- -c
|
|
||||||
- "nodetool status"
|
|
||||||
initialDelaySeconds: 15
|
|
||||||
timeoutSeconds: 5
|
|
||||||
periodSeconds: 10
|
|
||||||
failureThreshold: 3
|
|
||||||
# These volume mounts are persistent. They are like inline claims,
|
# These volume mounts are persistent. They are like inline claims,
|
||||||
# but not exactly because the names need to match exactly one of
|
# but not exactly because the names need to match exactly one of
|
||||||
# the stateful pod volumes.
|
# the stateful pod volumes.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue