Skip to content

Commit

Permalink
updated microservices deploy confifs
Browse files Browse the repository at this point in the history
  • Loading branch information
awanmbandi committed Jun 15, 2024
1 parent 01a2a09 commit e165bd3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/adserverice/deploy-envs/prod-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: adijaiswal/adservice:latest
image: awanmbandi/adservice:latest
ports:
- containerPort: 9555
env:
Expand Down
2 changes: 1 addition & 1 deletion src/cartservice/deploy-envs/prod-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: adijaiswal/cartservice:latest
image: awanmbandi/cartservice:latest
ports:
- containerPort: 7070
env:
Expand Down
2 changes: 1 addition & 1 deletion src/checkoutservice/deploy-envs/prod-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: default
containers:
- name: server
image: adijaiswal/checkoutservice:latest
image: awanmbandi/checkoutservice:latest
ports:
- containerPort: 5050
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion src/currencyservice/deploy-envs/prod-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: adijaiswal/currencyservice:latest
image: awanmbandi/currencyservice:latest
ports:
- name: grpc
containerPort: 7000
Expand Down
2 changes: 1 addition & 1 deletion src/emailservice/deploy-envs/prod-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: adijaiswal/emailservice:latest
image: awanmbandi/emailservice:latest
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion src/frontendservice/deploy-envs/prod-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: default
containers:
- name: server
image: adijaiswal/frontend:latest
image: awanmbandi/frontendservice:latest
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion src/frontendservice/deploy-envs/test-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
serviceAccountName: default
containers:
- name: server
image: awanmbandi/frontend:latest # Update it to yours (just the username mostly)
image: awanmbandi/frontendservice:latest # Update it to yours (just the username mostly)
ports:
- containerPort: 8080
readinessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
image: adijaiswal/loadgenerator:latest
image: awanmbandi/loadgenerator:latest
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down
2 changes: 1 addition & 1 deletion src/paymentservice/deploy-envs/prod-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: adijaiswal/paymentservice:latest
image: awanmbandi/paymentservice:latest
ports:
- containerPort: 50051
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: adijaiswal/productcatalogservice:latest
image: awanmbandi/productcatalogservice:latest
ports:
- containerPort: 3550
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: adijaiswal/recommendationservice:latest
image: awanmbandi/recommendationservice:latest
ports:
- containerPort: 8080
readinessProbe:
Expand Down
2 changes: 1 addition & 1 deletion src/shippingservice/deploy-envs/prod-env/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: default
containers:
- name: server
image: adijaiswal/shippingservice:latest
image: awanmbandi/shippingservice:latest
ports:
- containerPort: 50051
env:
Expand Down

0 comments on commit e165bd3

Please sign in to comment.