From 40cc7ab08f211ec46206c2d70b789c930a26e2ff Mon Sep 17 00:00:00 2001 From: viveksair Date: Sat, 3 May 2025 10:33:03 -0400 Subject: [PATCH] refactor --- cassandra/cassandra-statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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