Skip to content

Commit

Permalink
updated health-db-url's in unified env
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish-egov committed Jan 3, 2024
1 parent fe19396 commit 6cd9289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-as-code/helm/environments/unified-health-dev.yaml
Expand Up @@ -28,7 +28,7 @@ cluster-configs:
db-host: unified-dev-db.czvokiourya9.ap-south-1.rds.amazonaws.com ## Add db-host name eg: egov-demo.database.azure.com
db-name: unifieddevdb ## Add db-name
db-url: jdbc:postgresql://unified-dev-db.czvokiourya9.ap-south-1.rds.amazonaws.com:5432/unifieddevdb ## example: jdbc:postgresql://egov-demo.postgres.database.azure.com:5432/egov_demo
health-db-url: jdbc:postgresql://unified-qa-db.czvokiourya9.ap-south-1.rds.amazonaws.com:5432/unifiedqadb?currentSchema=health
health-db-url: jdbc:postgresql://unified-dev-db.czvokiourya9.ap-south-1.rds.amazonaws.com:5432/unifieddevdb?currentSchema=health
domain: 'https://unified-dev.digit.org' ## Add your Domain Name
egov-services-fqdn-name: 'https://unified-dev.digit.org/' ## Add your Domain Name

Expand Down
1 change: 1 addition & 0 deletions deploy-as-code/helm/environments/unified-health-uat.yaml
Expand Up @@ -16,6 +16,7 @@ cluster-configs:
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: unifieduatdb ## Add db-name
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
health-db-url: jdbc:postgresql://unified-uat-db.czvokiourya9.ap-south-1.rds.amazonaws.com:5432/unifieduatdb?currentSchema=health
domain: 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 │
Expand Down

0 comments on commit 6cd9289

Please sign in to comment.