From 3d4067665008c76b839611b9c3069439b2408faf Mon Sep 17 00:00:00 2001 From: Sourabh Kumar <148945054+shkr7@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:25:35 +0530 Subject: [PATCH] [PHEE-540] Update Operations-App Ingress url with service name in Channel (#351) Co-authored-by: Sourabh --- helm/g2p-sandbox/values.yaml | 3 --- helm/ph-ee-engine/values.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/helm/g2p-sandbox/values.yaml b/helm/g2p-sandbox/values.yaml index f6b2c5483..96ee1f78d 100644 --- a/helm/g2p-sandbox/values.yaml +++ b/helm/g2p-sandbox/values.yaml @@ -204,9 +204,6 @@ ph-ee-engine: stub_hostname: "channel-gsma.sandbox.mifos.io" SPRING_PROFILES_ACTIVE: "bb,tenants" DFSPIDS: "rhino,gorilla,lion" - operations: - url: "http://ph-ee-operations-app:80/api/v1" - authEnabled: false tenantPrimary: clientId: "mifos" clientSecret: "password" diff --git a/helm/ph-ee-engine/values.yaml b/helm/ph-ee-engine/values.yaml index 0fc265dba..871d44b88 100644 --- a/helm/ph-ee-engine/values.yaml +++ b/helm/ph-ee-engine/values.yaml @@ -216,7 +216,7 @@ channel: keyFormat: "clientCorrelationId_tenant_api" apiList: "/channel/transfer,/channel/collection,/channel/gsma/transaction,/channel/transactionRequest" operations: - url: "" + url: "http://ph-ee-operations-app:80/api/v1" authEnabled: false tenantPrimary: clientId: ""