mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Set imagePullPolicy to Always
Not sure why we werent doing this before.
This commit is contained in:
@@ -15,6 +15,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: awx-web
|
- name: awx-web
|
||||||
image: {{ awx_web_kubernetes_image }}
|
image: {{ awx_web_kubernetes_image }}
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8052
|
- containerPort: 8052
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@@ -22,6 +23,7 @@ spec:
|
|||||||
name: awx-application-config
|
name: awx-application-config
|
||||||
- name: awx-celery
|
- name: awx-celery
|
||||||
image: {{ awx_task_kubernetes_image }}
|
image: {{ awx_task_kubernetes_image }}
|
||||||
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/tower
|
- mountPath: /etc/tower
|
||||||
name: awx-application-config
|
name: awx-application-config
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: awx-web
|
- name: awx-web
|
||||||
image: {{ awx_web_openshift_image }}
|
image: {{ awx_web_openshift_image }}
|
||||||
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8052
|
- containerPort: 8052
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@@ -22,6 +23,7 @@ spec:
|
|||||||
name: awx-application-config
|
name: awx-application-config
|
||||||
- name: awx-celery
|
- name: awx-celery
|
||||||
image: {{ awx_task_openshift_image }}
|
image: {{ awx_task_openshift_image }}
|
||||||
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /etc/tower
|
- mountPath: /etc/tower
|
||||||
name: awx-application-config
|
name: awx-application-config
|
||||||
|
|||||||
Reference in New Issue
Block a user