Skip to content

Commit b29b31c

Browse files
committed
fix helm
1 parent 7bf4f4b commit b29b31c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ microservice-chart:
8080
DB_NEXI_ORACLE_SERVICE_IDENTIFIER: "NDP003DEV"
8181
DB_NEXI_ORACLE_CONNECTION_TIMEOUT: "15000"
8282
DB_NEXI_ORACLE_MAX_LIFETIME: "30000"
83-
DB_PAGOPA_POSTGRES_URL: "jdbc:postgresql://ndp.p.db-nodo-pagamenti.com:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg"
83+
DB_PAGOPA_POSTGRES_URL: "jdbc:postgresql://nodo-db.p.internal.postgresql.pagopa.it:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg"
8484
DB_PAGOPA_POSTGRES_USER: "cfg"
8585
DB_PAGOPA_POSTGRES_ENABLED: "true"
8686
DB_PAGOPA_POSTGRES_SERVICE_IDENTIFIER: "NDP001DEV"

helm/values-uat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ microservice-chart:
8080
DB_NEXI_ORACLE_SERVICE_IDENTIFIER: "NDP003DEV"
8181
DB_NEXI_ORACLE_CONNECTION_TIMEOUT: "15000"
8282
DB_NEXI_ORACLE_MAX_LIFETIME: "30000"
83-
DB_PAGOPA_POSTGRES_URL: "jdbc:postgresql://ndp.u.db-nodo-pagamenti.com:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg"
83+
DB_PAGOPA_POSTGRES_URL: "jdbc:postgresql://nodo-db.u.internal.postgresql.pagopa.it:6432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg"
8484
DB_PAGOPA_POSTGRES_USER: "cfg"
8585
DB_PAGOPA_POSTGRES_ENABLED: "true"
8686
DB_PAGOPA_POSTGRES_SERVICE_IDENTIFIER: "NDP001DEV"

0 commit comments

Comments
 (0)