Update content/ja/examples/service/pod-with-graceful-termination.yaml
Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com>pull/40199/head
parent
7fd3c30740
commit
3995ff06a3
|
@ -14,7 +14,7 @@ spec:
|
|||
labels:
|
||||
app: nginx
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 120 # 追加の長いgraceful期間
|
||||
terminationGracePeriodSeconds: 120 # 非常に長い猶予期間
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:latest
|
||||
|
|
Loading…
Reference in New Issue