Skip to content

Commit

Permalink
add pull secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Sep 12, 2024
1 parent 54f78cb commit 84b5464
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/production/auth/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
labels:
app: auth
spec:
imagePullSecrets:
- name: do-registry
containers:
- image: registry.digitalocean.com/aztlan-containers/auth:latest
resources:
Expand Down
2 changes: 2 additions & 0 deletions k8s/production/aztec-listener/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
labels:
app: aztec-listener
spec:
imagePullSecrets:
- name: do-registry
containers:
- image: registry.digitalocean.com/aztlan-containers/aztec-listener:latest
resources:
Expand Down
2 changes: 2 additions & 0 deletions k8s/production/explorer-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
labels:
app: explorer-api
spec:
imagePullSecrets:
- name: do-registry
containers:
- image: registry.digitalocean.com/aztlan-containers/explorer-api:latest
resources:
Expand Down
2 changes: 2 additions & 0 deletions k8s/production/explorer-ui/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
labels:
app: explorer-ui
spec:
imagePullSecrets:
- name: do-registry
containers:
- image: registry.digitalocean.com/aztlan-containers/explorer-ui:latest
resources:
Expand Down

0 comments on commit 84b5464

Please sign in to comment.