mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Wait for termination grace period when scaling down the deployments (#1537)
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
namespace: "{{ ansible_operator_meta.namespace }}"
|
namespace: "{{ ansible_operator_meta.namespace }}"
|
||||||
replicas: 0
|
replicas: 0
|
||||||
wait: yes
|
wait: yes
|
||||||
|
wait_timeout: "{{ termination_grace_period_seconds | default(120) }}"
|
||||||
loop:
|
loop:
|
||||||
- "{{ ansible_operator_meta.name }}-task"
|
- "{{ ansible_operator_meta.name }}-task"
|
||||||
- "{{ ansible_operator_meta.name }}-web"
|
- "{{ ansible_operator_meta.name }}-web"
|
||||||
|
|||||||
Reference in New Issue
Block a user