Merge pull request #279 from disrani-px/patch-1
Fix mountpath for cassandra
This commit is contained in:
commit
81b84edc1d
|
@ -79,7 +79,7 @@ spec:
|
||||||
# the stateful pod volumes.
|
# the stateful pod volumes.
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: cassandra-data
|
- name: cassandra-data
|
||||||
mountPath: /cassandra_data
|
mountPath: /var/lib/cassandra
|
||||||
# These are converted to volume claims by the controller
|
# These are converted to volume claims by the controller
|
||||||
# and mounted at the paths mentioned above.
|
# and mounted at the paths mentioned above.
|
||||||
# do not use these in production until ssd GCEPersistentDisk or other ssd pd
|
# do not use these in production until ssd GCEPersistentDisk or other ssd pd
|
||||||
|
|
Loading…
Reference in New Issue