From 82b76897c2d466316e46942bed32121c98db6a35 Mon Sep 17 00:00:00 2001 From: rvs1729 Date: Tue, 6 May 2025 01:59:16 -0400 Subject: [PATCH] Update cassandra-statefulset.yaml --- cassandra/cassandra-statefulset.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/cassandra/cassandra-statefulset.yaml b/cassandra/cassandra-statefulset.yaml index ca5a21e3..392a4de4 100644 --- a/cassandra/cassandra-statefulset.yaml +++ b/cassandra/cassandra-statefulset.yaml @@ -73,19 +73,7 @@ spec: - -c - /ready-probe.sh initialDelaySeconds: 15 - timeoutSeconds: 5 - periodSeconds: 10 - failureThreshold: 3 - livenessProbe: - exec: - command: - - /bin/bash - - -c - - "nodetool status" - initialDelaySeconds: 15 - timeoutSeconds: 5 - periodSeconds: 10 - failureThreshold: 3 + timeoutSeconds: 5 # These volume mounts are persistent. They are like inline claims, # but not exactly because the names need to match exactly one of # the stateful pod volumes.