mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
Merge pull request #7190 from shanemcd/less-bounce
Stop bouncing k8s deployment post-install Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
54167d9693
@ -292,7 +292,5 @@
|
||||
|
||||
- name: Scale up deployment
|
||||
shell: |
|
||||
{{ kubectl_or_oc }} -n {{ kubernetes_namespace }} \
|
||||
scale {{ deployment_object }} {{ kubernetes_deployment_name }} --replicas=0
|
||||
{{ kubectl_or_oc }} -n {{ kubernetes_namespace }} \
|
||||
scale {{ deployment_object }} {{ kubernetes_deployment_name }} --replicas={{ replicas | default(kubernetes_deployment_replica_size) }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user