From 2a5fc498f8576bf75e0981f0fec0ef18c865bc27 Mon Sep 17 00:00:00 2001 From: abidknashtech <127501072+abidknashtech@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:41:08 +0530 Subject: [PATCH] Update gcp-deploy-service.yaml --- payment-service/gcp-deploy-service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payment-service/gcp-deploy-service.yaml b/payment-service/gcp-deploy-service.yaml index a658495c..f4646921 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.75.219.35 - AXON_HOST: 34.74.21.70:8124 + MYSQL_HOST: 34.138.37.73 + AXON_HOST: 34.139.102.42:8124 SERVICE_NAME: PaymentService