diff --git a/inventory-service/gcp-deploy-service.yaml b/inventory-service/gcp-deploy-service.yaml index b24983b2..c325e91b 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: 34.23.209.66 - AXON_HOST: 34.139.239.140:8124 + MYSQL_HOST: 34.139.231.64 + AXON_HOST: 104.196.6.237: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 056637ee..9dc1ce59 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: 34.23.209.66 - AXON_HOST: 34.139.239.140:8124 + MYSQL_HOST: 34.139.231.64 + AXON_HOST: 104.196.6.237:8124 SERVICE_NAME: OrderService diff --git a/payment-service/gcp-deploy-service.yaml b/payment-service/gcp-deploy-service.yaml index a8e8512c..bf8782c7 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: 34.23.209.66 - AXON_HOST: 34.139.239.140:8124 + MYSQL_HOST: 34.139.231.64 + AXON_HOST: 104.196.6.237:8124 SERVICE_NAME: PaymentService diff --git a/projects-changes-deploy.txt b/projects-changes-deploy.txt index 86d08c93..27f3e902 100644 --- a/projects-changes-deploy.txt +++ b/projects-changes-deploy.txt @@ -1 +1,5 @@ -cart-service + admin-service + inventory-service + order-service + payment-service + shipment-service \ No newline at end of file diff --git a/shipment-service/gcp-deploy-service.yaml b/shipment-service/gcp-deploy-service.yaml index b3a3e6da..10e82a6e 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: 34.23.209.66 - AXON_HOST: 34.139.239.140:8124 + MYSQL_HOST: 34.139.231.64 + AXON_HOST: 104.196.6.237:8124 GCP_PROJECT_ID: datamesh-2 PUB_SUB_TOPIC_ID: shipment-notification SERVICE_NAME: ShipmentService