From 05a280ea4f1b6dd6d9afd82aeab466c1ea4041e3 Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Mon, 19 Mar 2018 14:37:38 -0700 Subject: [PATCH] set terminationGracePeriodSeconds --- hw/deploy.yaml | 1 + hwc/deploy.yaml | 1 + hwl/deploy.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/hw/deploy.yaml b/hw/deploy.yaml index 22a842c..26e0b36 100644 --- a/hw/deploy.yaml +++ b/hw/deploy.yaml @@ -14,6 +14,7 @@ spec: labels: app: hw spec: + terminationGracePeriodSeconds: 3 containers: - name: hw image: smcquay/hw:v0.1.2 diff --git a/hwc/deploy.yaml b/hwc/deploy.yaml index 67c83af..4ac7cb3 100644 --- a/hwc/deploy.yaml +++ b/hwc/deploy.yaml @@ -14,6 +14,7 @@ spec: labels: app: hwc spec: + terminationGracePeriodSeconds: 3 containers: - image: smcquay/hwc:v0.0.8 name: hwc diff --git a/hwl/deploy.yaml b/hwl/deploy.yaml index e73fe88..91344c2 100644 --- a/hwl/deploy.yaml +++ b/hwl/deploy.yaml @@ -14,6 +14,7 @@ spec: labels: app: hwl spec: + terminationGracePeriodSeconds: 3 containers: - name: hwl image: smcquay/hwl:v0.0.1