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
Kenshi Muto 2023-03-27 22:26:26 +09:00 committed by GitHub
parent 7fd3c30740
commit 3995ff06a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ spec:
labels:
app: nginx
spec:
terminationGracePeriodSeconds: 120 # 追加の長いgraceful期間
terminationGracePeriodSeconds: 120 # 非常に長い猶予期間
containers:
- name: nginx
image: nginx:latest