From 31556cb04d5c6d3974fa3d4e45aa5c67c6830862 Mon Sep 17 00:00:00 2001 From: abidknashtech Date: Fri, 17 Nov 2023 14:34:27 +0530 Subject: [PATCH] mysql and axon Ip changes --- inventory-service/gcp-deploy-service.yaml | 4 ++-- order-service/gcp-deploy-services.yaml | 4 ++-- payment-service/gcp-deploy-service.yaml | 4 ++-- projects-changes-deploy.txt | 5 ++++- shipment-service/gcp-deploy-service.yaml | 4 ++-- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/inventory-service/gcp-deploy-service.yaml b/inventory-service/gcp-deploy-service.yaml index fab4b5ef..0d300ab1 100644 --- a/inventory-service/gcp-deploy-service.yaml +++ b/inventory-service/gcp-deploy-service.yaml @@ -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 diff --git a/order-service/gcp-deploy-services.yaml b/order-service/gcp-deploy-services.yaml index 9dc1272d..a94d056c 100644 --- a/order-service/gcp-deploy-services.yaml +++ b/order-service/gcp-deploy-services.yaml @@ -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 diff --git a/payment-service/gcp-deploy-service.yaml b/payment-service/gcp-deploy-service.yaml index 7f5b1ddf..bf8e1989 100644 --- a/payment-service/gcp-deploy-service.yaml +++ b/payment-service/gcp-deploy-service.yaml @@ -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 diff --git a/projects-changes-deploy.txt b/projects-changes-deploy.txt index 8b137891..4cf9e169 100644 --- a/projects-changes-deploy.txt +++ b/projects-changes-deploy.txt @@ -1 +1,4 @@ - +order-service +inventory-service +payment-service +shipment-service diff --git a/shipment-service/gcp-deploy-service.yaml b/shipment-service/gcp-deploy-service.yaml index 1ee9987e..6c29ceb1 100644 --- a/shipment-service/gcp-deploy-service.yaml +++ b/shipment-service/gcp-deploy-service.yaml @@ -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