Skip to content

Commit

Permalink
Merge pull request #172 from ghkdqhrbals/hotfix/ssh-auto-sender
Browse files Browse the repository at this point in the history
Hotfix/ssh auto sender
  • Loading branch information
ghkdqhrbals authored Nov 17, 2023
2 parents b439e19 + 919f9e9 commit 9ca7d6e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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
3 changes: 3 additions & 0 deletions k8s/onlychat/deployment/kafka1-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ spec:
matchLabels:
app: kafka1-service
template:
metadata:
labels:
app: kafka1-service
spec:
containers:
- env:
Expand Down
6 changes: 2 additions & 4 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 Expand Up @@ -48,8 +50,4 @@ spec:
value: "6379"
image: main-service_user-server:latest
name: user-server
ports:
- port: 8010
targetPort: 8010
protocol: TCP
restartPolicy: Always

0 comments on commit 9ca7d6e

Please sign in to comment.