Skip to content

Commit be57256

Browse files
PIDM-1076 fix datasource url
1 parent 2f1573c commit be57256

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

helm/values-dev.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ microservice-chart: &microservice-chart
121121
ICA_STORAGE_CONNECTION_STRING: 'api-config-ica-d-sa-connection-string'
122122
AZURE_STORAGE_CONNECTION_STRING: 'api-config-ica-d-sa-connection-string'
123123
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
124-
SPRING_DATASOURCE_PASSWORD: 'postgresql-db-cfg-password'
125124
keyvault:
126125
name: "pagopa-d-apiconfig-kv"
127126
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
@@ -149,7 +148,7 @@ postgresql:
149148
!!merge <<: *envConfig
150149
WEBSITE_SITE_NAME: 'pagopaapiconfig-postgresql'
151150
APPLICATIONINSIGHTS_ROLE_NAME: "pagopa-api-config-core-postgresql"
152-
SPRING_DATASOURCE_URL: 'jdbc:postgresql://nodo-db.d.internal.postgresql.pagopa.it:5432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg'
151+
SPRING_DATASOURCE_URL: 'jdbc:postgresql://pagopa-d-weu-nodo-flexible-postgresql.postgres.database.azure.com:5432/nodo?sslmode=require&prepareThreshold=0&currentSchema=cfg'
153152
SPRING_DATASOURCE_USERNAME: 'cfg'
154153
SPRING_DATASOURCE_DRIVER: 'org.postgresql.Driver'
155154
SPRING_JPA_DB_PLATFORM: 'org.hibernate.dialect.PostgreSQLDialect'

0 commit comments

Comments
 (0)