Skip to content

Commit

Permalink
fix: change the image pull policy to "IfNotPresent"
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Jul 25, 2023
1 parent 6b72de8 commit 2b32207
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions helm/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,22 @@ redis:
semaphore:
backend:
nats: true
image:
pullPolicy: "IfNotPresent"
nats:
uri: "nats://core-nats:4222"

queue:
backend:
nats: true
image:
pullPolicy: "IfNotPresent"
nats:
uri: "nats://core-nats:4222"

conditionstext:
image:
pullPolicy: "IfNotPresent"
db:
hostname: "core-mongodb:27017"
name: "conditions-text"
Expand All @@ -106,6 +112,8 @@ conditionstext:
mostFreqLimit: 256

matches:
image:
pullPolicy: "IfNotPresent"
# Database related configuration.
db:
hostname: "core-mongodb:27017"
Expand All @@ -117,6 +125,8 @@ matches:
name: "core-mongodb"

messages:
image:
pullPolicy: "IfNotPresent"
db:
hostname: "core-mongodb:27017"
username: "root"
Expand All @@ -126,6 +136,8 @@ messages:
name: "core-mongodb"

subscriptionsproxy:
image:
pullPolicy: "IfNotPresent"
api:
conditions:
text:
Expand All @@ -144,6 +156,8 @@ subscriptionsproxy:
addrs: "core-redis:6379"

reader:
image:
pullPolicy: "IfNotPresent"
api:
matches:
uri: "core-matches:50051"
Expand All @@ -153,6 +167,8 @@ reader:
uri: "core-semaphore:50051"

writer:
image:
pullPolicy: "IfNotPresent"
api:
conditions:
text:
Expand Down

0 comments on commit 2b32207

Please sign in to comment.