mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 00:37:37 -02:30
Only build one awx image instead of separate web and task images
This commit is contained in:
@@ -89,7 +89,7 @@ spec:
|
||||
{% endif %}
|
||||
containers:
|
||||
- name: {{ kubernetes_deployment_name }}-web
|
||||
image: "{{ kubernetes_web_image }}:{{ kubernetes_web_version }}"
|
||||
image: "{{ kubernetes_awx_image }}:{{ kubernetes_web_version }}"
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8052
|
||||
|
||||
Reference in New Issue
Block a user