Skip to content

Commit 9c3d134

Browse files
authored
Merge pull request #47087 from abhilasha2418/cassandraGraceperiod
Reduce GracePeriod to 300 sec for deploying Cassandra with a StatefulSet
2 parents 2c45e1a + f784557 commit 9c3d134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/examples/application/cassandra/cassandra-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
labels:
1616
app: cassandra
1717
spec:
18-
terminationGracePeriodSeconds: 1800
18+
terminationGracePeriodSeconds: 500
1919
containers:
2020
- name: cassandra
2121
image: gcr.io/google-samples/cassandra:v13

0 commit comments

Comments
 (0)