From f2e9fba5f3c4127d65dd4d69c1d34cef11878242 Mon Sep 17 00:00:00 2001 From: SivajiGanesh Nangireddy <142795334+sivajiganesh-egov@users.noreply.github.com> Date: Tue, 12 Dec 2023 13:16:21 +0530 Subject: [PATCH] Update sanitation-uat.yaml (#2177) --- .../helm/environments/sanitation-uat.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/deploy-as-code/helm/environments/sanitation-uat.yaml b/deploy-as-code/helm/environments/sanitation-uat.yaml index 83605e1f8a..ab8db37a5d 100644 --- a/deploy-as-code/helm/environments/sanitation-uat.yaml +++ b/deploy-as-code/helm/environments/sanitation-uat.yaml @@ -13,12 +13,14 @@ cluster-configs: egov-config: namespace: [ egov, monitoring, sanitation ] data: - db-host: unified-qa-db.czvokiourya9.ap-south-1.rds.amazonaws.com:5432 ## Add db-host name eg: egov-demo.database.azure.com + db-host: unified-uat-db.czvokiourya9.ap-south-1.rds.amazonaws.com:5432 ## Add db-host name eg: egov-demo.database.azure.com db-name: unifiedqadb ## Add db-name - db-url: jdbc:postgresql://unified-qa-db.czvokiourya9.ap-south-1.rds.amazonaws.com:5432/unifiedqadb ## example: jdbc:postgresql://egov-demo.postgres.database.azure.com:5432/egov_demo - domain: unified-qa.digit.org ## Add your Domain Name - egov-services-fqdn-name: https://unified-qa.digit.org/ ## Add your Domain Name - state-level-tenant-id: "pg" + db-url: jdbc:postgresql://unified-uat-db.czvokiourya9.ap-south-1.rds.amazonaws.com:5432/unifieduatdb ## example: jdbc:postgresql://egov-demo.postgres.database.azure.com:5432/egov_demo + domain: unified-uat.digit.org ## Add your Domain Name + egov-services-fqdn-name: https://unified-uat.digit.org/ ## Add your Domain Name + aws-cluster-ip: https://9F8FAAF2C4C747668E77131BAB0AF787.gr7.ap-south-1.eks.amazonaws.com + aws-cluster-name: arn:aws:eks:ap-south-1:349271159511:cluster/unified-uat + aws-region: ap-south-1 egov-state-level-tenant-id: "pg" s3-assets-bucket: "(pg-egov-assets|egov-playground-assets)" es-host: "elasticsearch-data-v1.es-cluster" @@ -40,7 +42,12 @@ cluster-configs: egov-bnd-freedownload-tenants: "pg.testing" egov-bnd-live-citizen-tenants: "pg.testing" - + egov-service-host: + namespace: [ egov, monitoring, sanitation ] + data: + asset-services: "http://asset-services:8080/" + asset-services-maha: "http://asset-services-maha:8080/" + billing-service: "http://billing-service.egov:8080/" collection-search-indexer: "http://collection-search-indexer:8080/" citizen-indexer: "http://citizen-indexer:8080/" citizen-services: "http://citizen-services:8080/"