Skip to content

Commit

Permalink
hotfix: proper image for initContainers
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Sep 20, 2024
1 parent 221591a commit 0017e21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions k8s/production/aztec-listener/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec:
imagePullSecrets:
- name: do-registry
initContainers:
- name: run-migrations
image: aztec-listener:latest
- image: registry.digitalocean.com/aztlan-containers/aztec-listener:latest
name: run-migrations
command: ["yarn", run, "migrate"]
env:
- name: NODE_ENV
Expand All @@ -37,11 +37,11 @@ spec:
value: "secret-local-password"
containers:
- image: registry.digitalocean.com/aztlan-containers/aztec-listener:latest
name: aztec-listener
resources:
limits:
memory: 750Mi
cpu: 250m
name: aztec-listener
env:
- name: NODE_ENV
value: "development"
Expand Down
6 changes: 3 additions & 3 deletions k8s/production/explorer-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec:
imagePullSecrets:
- name: do-registry
initContainers:
- name: run-migrations
image: explorer-api:latest
- image: registry.digitalocean.com/aztlan-containers/explorer-api:latest
name: run-migrations
command: ["yarn", run, "migrate"]
env:
- name: NODE_ENV
Expand All @@ -37,6 +37,7 @@ spec:
value: "secret-local-password"
containers:
- image: registry.digitalocean.com/aztlan-containers/explorer-api:latest
name: explorer-api
resources:
limits:
memory: 4096Mi
Expand All @@ -45,7 +46,6 @@ spec:
- name: http-app
containerPort: 80
protocol: TCP
name: explorer-api
env:
- name: NODE_ENV
value: "development"
Expand Down

0 comments on commit 0017e21

Please sign in to comment.