Skip to content

Commit

Permalink
Merge pull request #19 from Ortec-Finance/proper-image-placeholders
Browse files Browse the repository at this point in the history
Implemented proper image placeholders
  • Loading branch information
ZeidH authored Feb 12, 2024
2 parents 89dcde6 + da0b672 commit fa11202
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
# Provide your own container that you'd like to run as a Job Manager
containers:
- name: run-manager
image: zeidaof/sailfish-runmanager
image: sailfish-run-manager
imagePullPolicy: Always
env:
- name: AMQ_USER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
# Provide your own container that you'd like to run as a Job Manager
containers:
- name: task-runner
image: zeidaof/sailfish-runner
image: sailfish-runner
imagePullPolicy: Always
env:
- name: AMQ_USER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: api-gateway
image: zeidaof/sailfish-gateway
image: sailfish-gateway
env:
- name: AMQ_USER
valueFrom:
Expand Down
10 changes: 10 additions & 0 deletions sailfish-k8s/sailfish/overlay/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ components:
- ../components/sailfish-gateway
- ../components/broker-scale-to-zero



images:
- name: sailfish-run-manager
newName: zeidaof/sailfish-runmanager
- name: sailfish-runner
newName: zeidaof/sailfish-runner
- name: sailfish-gateway
newName: zeidaof/sailfish-gateway

patches:
## JOBS ##

Expand Down
2 changes: 1 addition & 1 deletion sailfish-k8s/sailfish/overlay/run-manager-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Provide your own container that you'd like to run as a Run Manager (splits Job into Tasks)
containers:
- name: run-manager
image: zeidaof/sailfish-runmanager
image: sailfish-run-manager
imagePullPolicy: Always
env:
- name: AMQ_USER
Expand Down
2 changes: 1 addition & 1 deletion sailfish-k8s/sailfish/overlay/runner-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Provide your own container that you'd like to run as a Runner (compute workload)
containers:
- name: task-runner
image: zeidaof/sailfish-runner
image: sailfish-runner
imagePullPolicy: Always
env:
- name: AMQ_USER
Expand Down

0 comments on commit fa11202

Please sign in to comment.