Merge pull request #47367 from Arhell/zh-upd

[zh] Update stale StatefulSet with Cassandra example
pull/47375/head
Kubernetes Prow Robot 2024-08-05 18:02:50 -07:00 committed by GitHub
commit 136dbb82e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ spec:
labels:
app: cassandra
spec:
terminationGracePeriodSeconds: 1800
terminationGracePeriodSeconds: 500
containers:
- name: cassandra
image: gcr.io/google-samples/cassandra:v13
@ -43,7 +43,7 @@ spec:
lifecycle:
preStop:
exec:
command:
command:
- /bin/sh
- -c
- nodetool drain