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
parent 1ae5e7737a
commit 59063ff44a
5 changed files with 11 additions and 1 deletions

View file

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