From b16c048f46f97580b22fcc3ab4aab4d2cb8ebebf Mon Sep 17 00:00:00 2001 From: abidknashtech Date: Mon, 4 Dec 2023 11:55:21 +0530 Subject: [PATCH] GCP deployment phace-1 --- inventory-service/gcp-deploy-service.yaml | 4 ++-- order-service/gcp-deploy-services.yaml | 4 ++-- payment-service/gcp-deploy-service.yaml | 4 ++-- shipment-service/gcp-deploy-service.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/inventory-service/gcp-deploy-service.yaml b/inventory-service/gcp-deploy-service.yaml index 1bd15c7f..b24983b2 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.231.32.16 - AXON_HOST: 35.190.174.231:8124 + MYSQL_HOST: 34.23.209.66 + AXON_HOST: 34.139.239.140: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 6b64d195..056637ee 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.231.32.16 - AXON_HOST: 35.190.174.231:8124 + MYSQL_HOST: 34.23.209.66 + AXON_HOST: 34.139.239.140:8124 SERVICE_NAME: OrderService diff --git a/payment-service/gcp-deploy-service.yaml b/payment-service/gcp-deploy-service.yaml index 25b933bb..a8e8512c 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.231.32.16 - AXON_HOST: 35.190.174.231:8124 + MYSQL_HOST: 34.23.209.66 + AXON_HOST: 34.139.239.140:8124 SERVICE_NAME: PaymentService diff --git a/shipment-service/gcp-deploy-service.yaml b/shipment-service/gcp-deploy-service.yaml index 0d500159..b3a3e6da 100644 --- a/shipment-service/gcp-deploy-service.yaml +++ b/shipment-service/gcp-deploy-service.yaml @@ -116,8 +116,8 @@ metadata: name: shipment-configmap data: # Configuration values can be set as key-value properties - MYSQL_HOST: 35.231.32.16 - AXON_HOST: 35.190.174.231:8124 + MYSQL_HOST: 34.23.209.66 + AXON_HOST: 34.139.239.140:8124 GCP_PROJECT_ID: datamesh-2 PUB_SUB_TOPIC_ID: shipment-notification SERVICE_NAME: ShipmentService