Skip to content

Commit

Permalink
[ja] Update stale StatefulSet with Cassandra example
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Aug 6, 2024
1 parent 136dbb8 commit 211dc5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
labels:
app: cassandra
spec:
terminationGracePeriodSeconds: 1800
terminationGracePeriodSeconds: 500
containers:
- name: cassandra
image: gcr.io/google-samples/cassandra:v13
Expand Down Expand Up @@ -43,7 +43,7 @@ spec:
lifecycle:
preStop:
exec:
command:
command:
- /bin/sh
- -c
- nodetool drain
Expand Down

0 comments on commit 211dc5c

Please sign in to comment.