Skip to content

Commit f784557

Browse files
committed
[en] Reduce GracePeriod to 300 sec for deploying Cassandra with a StatefulSet
1 parent af3d53c commit f784557

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)