Skip to content

Commit

Permalink
set imagePullPolicy to Never in OS template
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Nov 21, 2024
1 parent 74d0188 commit d35f0a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openshift/openvsx-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ objects:
containers:
- name: postgresql
image: ${POSTGERSQL_IMAGE}
imagePullPolicy: Always
imagePullPolicy: Never
env:
- name: POSTGRESQL_DATABASE
value: openvsx
Expand Down Expand Up @@ -120,7 +120,7 @@ objects:
protocol: TCP
- containerPort: 9200
protocol: TCP
imagePullPolicy: Always
imagePullPolicy: Never
env:
- name: bootstrap.memory_lock
value: 'true'
Expand Down Expand Up @@ -193,7 +193,7 @@ objects:
containers:
- name: openvsx-server
image: ${OPENVSX_SERVER_IMAGE}
imagePullPolicy: Always
imagePullPolicy: Never
readinessProbe:
httpGet:
path: /api/version
Expand Down Expand Up @@ -302,7 +302,7 @@ objects:
containers:
- name: ovsx-cli
image: ${OPENVSX_CLI_IMAGE}
imagePullPolicy: Always
imagePullPolicy: Never
env:
- name: OVSX_REGISTRY_URL
value: http://openvsx-server:8080
Expand Down

0 comments on commit d35f0a4

Please sign in to comment.