From 3995ff06a308c8f9139fcaedd2070a1c59930ccc Mon Sep 17 00:00:00 2001 From: Kenshi Muto Date: Mon, 27 Mar 2023 22:26:26 +0900 Subject: [PATCH] Update content/ja/examples/service/pod-with-graceful-termination.yaml Co-authored-by: Toshiaki Inukai <82919057+t-inu@users.noreply.github.com> --- content/ja/examples/service/pod-with-graceful-termination.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/examples/service/pod-with-graceful-termination.yaml b/content/ja/examples/service/pod-with-graceful-termination.yaml index 395a53f5bd..cac714fa79 100644 --- a/content/ja/examples/service/pod-with-graceful-termination.yaml +++ b/content/ja/examples/service/pod-with-graceful-termination.yaml @@ -14,7 +14,7 @@ spec: labels: app: nginx spec: - terminationGracePeriodSeconds: 120 # 追加の長いgraceful期間 + terminationGracePeriodSeconds: 120 # 非常に長い猶予期間 containers: - name: nginx image: nginx:latest