Skip to content

Commit

Permalink
[fix] add ecr imagePullSecrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ghkdqhrbals committed Nov 17, 2023
1 parent 00babe3 commit 919f9e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/onlychat/deployment/api-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
labels:
app: api-server-service
spec:
imagePullSecrets:
- name: ecr-cred
containers:
- env:
- name: SERVER_PORT
Expand Down
2 changes: 2 additions & 0 deletions k8s/onlychat/deployment/customer-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
labels:
app: customer-server-service
spec:
imagePullSecrets:
- name: ecr-cred
containers:
- env:
- name: KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR
Expand Down
2 changes: 2 additions & 0 deletions k8s/onlychat/deployment/discovery-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
labels:
app: discovery-server-service
spec:
imagePullSecrets:
- name: ecr-cred
containers:
- env:
- name: spring_rabbitmq_host
Expand Down
2 changes: 2 additions & 0 deletions k8s/onlychat/deployment/user-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
labels:
app: user-server-service
spec:
imagePullSecrets:
- name: ecr-cred
containers:
- env:
- name: KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR
Expand Down

0 comments on commit 919f9e9

Please sign in to comment.