Skip to content

Commit

Permalink
mysql and axon Ip changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abidknashtech committed Nov 17, 2023
1 parent 6b11ac2 commit 31556cb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions inventory-service/gcp-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ metadata:
name: inventory-configmap
data:
# Configuration values can be set as key-value properties
MYSQL_HOST: 35.237.193.217
AXON_HOST: 35.231.240.45:8124
MYSQL_HOST: 34.23.67.210
AXON_HOST: 34.138.203.107:8124
SERVICE_NAME: InventoryService
GCP_PROJECT_ID: datamesh-2
PRODUCT_SUBSCRIPTION: inventory_subscription
4 changes: 2 additions & 2 deletions order-service/gcp-deploy-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ metadata:
name: orderservice-configmap
data:
# Configuration values can be set as key-value properties
MYSQL_HOST: 35.237.193.217
AXON_HOST: 35.231.240.45:8124
MYSQL_HOST: 34.23.67.210
AXON_HOST: 34.138.203.107:8124
SERVICE_NAME: OrderService
4 changes: 2 additions & 2 deletions payment-service/gcp-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ metadata:
name: payment-configmap
data:
# Configuration values can be set as key-value properties
MYSQL_HOST: 35.237.193.217
AXON_HOST: 35.231.240.45:8124
MYSQL_HOST: 34.23.67.210
AXON_HOST: 34.138.203.107:8124
SERVICE_NAME: PaymentService
5 changes: 4 additions & 1 deletion projects-changes-deploy.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@

order-service
inventory-service
payment-service
shipment-service
4 changes: 2 additions & 2 deletions shipment-service/gcp-deploy-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ metadata:
name: shipment-configmap
data:
# Configuration values can be set as key-value properties
MYSQL_HOST: 35.237.193.217
AXON_HOST: 35.231.240.45:8124
MYSQL_HOST: 34.23.67.210
AXON_HOST: 34.138.203.107:8124
GCP_PROJECT_ID: datamesh-2
PUB_SUB_TOPIC_ID: shipment-notification
SERVICE_NAME: ShipmentService

0 comments on commit 31556cb

Please sign in to comment.