Skip to content

Commit

Permalink
Update sanitation-uat.yaml (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivajiganesh-egov authored Dec 12, 2023
1 parent 7b22a34 commit f2e9fba
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions deploy-as-code/helm/environments/sanitation-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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/"
Expand Down

0 comments on commit f2e9fba

Please sign in to comment.