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