Reduce termination grace period
This commit is contained in:
parent
361411b03f
commit
301fec8860
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
|||
app: odoo
|
||||
spec:
|
||||
# let Odoo stop gracefully to disconnect from postgres
|
||||
terminationGracePeriodSeconds: 30
|
||||
terminationGracePeriodSeconds: 10
|
||||
containers:
|
||||
- name: odoo
|
||||
image: odoo
|
||||
|
|
|
|||
Loading…
Reference in a new issue