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 ba887c9 commit ba4d130
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion deploy-workloads/ad-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 deploy-workloads/cart-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 deploy-workloads/checkout-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 deploy-workloads/currency-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 deploy-workloads/email-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 deploy-workloads/frontend-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 deploy-workloads/loadgenerator-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 deploy-workloads/payment-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: adijaiswal/paymentservice:latest
image: awanmbandi/paymentservice:latest
ports:
- containerPort: 50051
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy-workloads/product-catalog-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: adijaiswal/productcatalogservice:latest
image: awanmbandi/productcatalogservice:latest
ports:
- containerPort: 3550
env:
Expand Down
2 changes: 1 addition & 1 deletion deploy-workloads/recommendation-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 deploy-workloads/shipping-service/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 ba4d130

Please sign in to comment.