ara: Set imagePullPolicy: IfNotPresent
We don't want to pull public container images that already exist. This creates prevents pods from starting if there is any connectivity issue with the upstream registry.pull/74/head
parent
68c7e0d6cc
commit
7fd613ccaf
|
@ -32,6 +32,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: ara-api
|
- name: ara-api
|
||||||
image: quay.io/recordsansible/ara-api
|
image: quay.io/recordsansible/ara-api
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: ARA_BASE_DIR
|
- name: ARA_BASE_DIR
|
||||||
value: /etc/ara
|
value: /etc/ara
|
||||||
|
|
Loading…
Reference in New Issue