1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Stop bouncing k8s deployment post-install

We shouldnt need to do this now that RabbitMQ autoclustering is gone.
This commit is contained in:
Shane McDonald 2020-05-29 13:47:33 -04:00
parent d205685541
commit 747fdf38d8
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -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) }}