From adb7ad99489e6d4fca7f2719b37c56881cfa7419 Mon Sep 17 00:00:00 2001 From: Ishrath Ahamed Date: Wed, 23 Apr 2025 17:01:06 +0530 Subject: [PATCH] fix: update active profile and environment variables in service-configs.yml --- configmaps/service-configs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configmaps/service-configs.yml b/configmaps/service-configs.yml index c729c84..19cc299 100644 --- a/configmaps/service-configs.yml +++ b/configmaps/service-configs.yml @@ -41,7 +41,7 @@ data: SPRING_REDIS_HOST: "172.15.100.41" SPRING_DATA_REDIS_PORT: "6379" SPRING_DATA_REDIS_HOST: "172.15.100.41" - activeProfile: csi-uat + activeProfile: java-csi-uat apm_server: http://172.100.10.57:8200 cache_type: redis config_server: http://config-server @@ -61,11 +61,11 @@ data: mongo_port: "27017" mongo_server: mongo namespace: csi-uat - net_environment: csi-uat + net_environment: net-csi-uat rootDomainName: cloudsol.lk svc_reg_addr: eureka ui_hostname: http://webserver-service - CSI_ENV_PREFIX: csi-uat + CSI_ENV_PREFIX: net-csi-uat kind: ConfigMap metadata: name: service-configs