From e40898d327909c13c6b5bc98418f90130d31cafc Mon Sep 17 00:00:00 2001 From: Dinesh Israni Date: Wed, 10 Oct 2018 21:50:23 -0700 Subject: [PATCH] Fix mountpath for cassandra --- 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 02f7f7b9..69d49569 100644 --- a/cassandra/cassandra-statefulset.yaml +++ b/cassandra/cassandra-statefulset.yaml @@ -79,7 +79,7 @@ spec: # the stateful pod volumes. volumeMounts: - name: cassandra-data - mountPath: /cassandra_data + mountPath: /var/lib/cassandra # These are converted to volume claims by the controller # and mounted at the paths mentioned above. # do not use these in production until ssd GCEPersistentDisk or other ssd pd