diff --git a/cassandra/cassandra-statefulset.yaml b/cassandra/cassandra-statefulset.yaml index 3acad881..ca5a21e3 100644 --- a/cassandra/cassandra-statefulset.yaml +++ b/cassandra/cassandra-statefulset.yaml @@ -81,7 +81,7 @@ spec: command: - /bin/bash - -c - - /ready-probe.sh + - "nodetool status" initialDelaySeconds: 15 timeoutSeconds: 5 periodSeconds: 10