mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Set imagePullPolicy to Always
Not sure why we werent doing this before.
This commit is contained in:
parent
044b85ce7a
commit
2861397433
@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: awx-web
|
||||
image: {{ awx_web_kubernetes_image }}
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8052
|
||||
volumeMounts:
|
||||
@ -22,6 +23,7 @@ spec:
|
||||
name: awx-application-config
|
||||
- name: awx-celery
|
||||
image: {{ awx_task_kubernetes_image }}
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- mountPath: /etc/tower
|
||||
name: awx-application-config
|
||||
|
@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: awx-web
|
||||
image: {{ awx_web_openshift_image }}
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8052
|
||||
volumeMounts:
|
||||
@ -22,6 +23,7 @@ spec:
|
||||
name: awx-application-config
|
||||
- name: awx-celery
|
||||
image: {{ awx_task_openshift_image }}
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- mountPath: /etc/tower
|
||||
name: awx-application-config
|
||||
|
Loading…
Reference in New Issue
Block a user