k8s: add terminationGracePeriodSeconds to some

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-28 18:34:48 -07:00 committed by Simon Zeltser
parent e3a9580c76
commit 77fac95443
5 changed files with 11 additions and 1 deletions

View file

@ -8,6 +8,7 @@ spec:
labels:
app: emailservice
spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: emailservice