1
0
Fork 0

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
Dustin 2025-07-21 17:14:06 -05:00
parent 68c7e0d6cc
commit 7fd613ccaf
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ spec:
containers:
- name: ara-api
image: quay.io/recordsansible/ara-api
imagePullPolicy: IfNotPresent
env:
- name: ARA_BASE_DIR
value: /etc/ara