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
|
app: odoo
|
||||||
spec:
|
spec:
|
||||||
# let Odoo stop gracefully to disconnect from postgres
|
# let Odoo stop gracefully to disconnect from postgres
|
||||||
terminationGracePeriodSeconds: 30
|
terminationGracePeriodSeconds: 10
|
||||||
containers:
|
containers:
|
||||||
- name: odoo
|
- name: odoo
|
||||||
image: odoo
|
image: odoo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue