Skip to content

Commit 84b5464

Browse files
committed
add pull secret
1 parent 54f78cb commit 84b5464

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

k8s/production/auth/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
labels:
1717
app: auth
1818
spec:
19+
imagePullSecrets:
20+
- name: do-registry
1921
containers:
2022
- image: registry.digitalocean.com/aztlan-containers/auth:latest
2123
resources:

k8s/production/aztec-listener/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
labels:
1717
app: aztec-listener
1818
spec:
19+
imagePullSecrets:
20+
- name: do-registry
1921
containers:
2022
- image: registry.digitalocean.com/aztlan-containers/aztec-listener:latest
2123
resources:

k8s/production/explorer-api/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
labels:
1717
app: explorer-api
1818
spec:
19+
imagePullSecrets:
20+
- name: do-registry
1921
containers:
2022
- image: registry.digitalocean.com/aztlan-containers/explorer-api:latest
2123
resources:

k8s/production/explorer-ui/deployment.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ spec:
1616
labels:
1717
app: explorer-ui
1818
spec:
19+
imagePullSecrets:
20+
- name: do-registry
1921
containers:
2022
- image: registry.digitalocean.com/aztlan-containers/explorer-ui:latest
2123
resources:

0 commit comments

Comments
 (0)