Skip to content

Commit 211dc5c

Browse files
committed
[ja] Update stale StatefulSet with Cassandra example
1 parent 136dbb8 commit 211dc5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
@@ -43,7 +43,7 @@ spec:
4343
lifecycle:
4444
preStop:
4545
exec:
46-
command:
46+
command:
4747
- /bin/sh
4848
- -c
4949
- nodetool drain

0 commit comments

Comments
 (0)