k8s: add termination grace to recommendationservice
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
319e9478c0
commit
7e252c7d8f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ spec:
|
|||
labels:
|
||||
app: recommendationservice
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
image: recommendationservice
|
||||
|
|
Loading…
Reference in a new issue