From 919e98e9bd215caed8e5d499937a9a60276f6beb Mon Sep 17 00:00:00 2001 From: Francesco Parisi Date: Wed, 15 Nov 2023 11:18:36 +0100 Subject: [PATCH] NOD-588: Utilizzo dns per raggiungere db per FDR --- helm/fdr/weu-prod/values-prod.yaml | 2 +- helm/fdr/weu-uat/values-uat.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/fdr/weu-prod/values-prod.yaml b/helm/fdr/weu-prod/values-prod.yaml index 2fd00f88..92b684ff 100644 --- a/helm/fdr/weu-prod/values-prod.yaml +++ b/helm/fdr/weu-prod/values-prod.yaml @@ -81,7 +81,7 @@ fdrnodo: AKKA_SYSTEM_NAME: "pagopafdrnodo" JAVA_OPTS: >- -Dlogback.configurationFile=/mnt/file-config/logback.xml -Dconfig.app=/mnt/file-config/config-app.conf -Dapp.bundle.cacerts.path=/mnt/file-config-external/fdr-cacerts/cacerts -Duser.language=it -Duser.country=IT -Duser.timezone=Europe/Rome -Dfile.encoding=UTF-8 -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=3000 -Dcom.sun.management.jmxremote.rmi.port=3000 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false - DB_FDR_URL: jdbc:postgresql://pagopa-p-weu-nodo-flexible-postgresql.postgres.database.azure.com:6432/nodo?sslmode=require&prepareThreshold=0¤tSchema=offline + DB_FDR_URL: jdbc:postgresql://fdr-db.p.internal.postgresql.pagopa.it:6432/nodo?sslmode=require&prepareThreshold=0¤tSchema=offline DB_FDR_USER: fdr INSTANCE: PROD EVENT_HUB_NAME: "fdr-re" diff --git a/helm/fdr/weu-uat/values-uat.yaml b/helm/fdr/weu-uat/values-uat.yaml index d8dc9e65..78882af5 100644 --- a/helm/fdr/weu-uat/values-uat.yaml +++ b/helm/fdr/weu-uat/values-uat.yaml @@ -81,7 +81,7 @@ fdrnodo: AKKA_SYSTEM_NAME: "pagopafdrnodo" JAVA_OPTS: >- -Dlogback.configurationFile=/mnt/file-config/logback.xml -Dconfig.app=/mnt/file-config/config-app.conf -Dapp.bundle.cacerts.path=/mnt/file-config-external/fdr-cacerts/cacerts -Duser.language=it -Duser.country=IT -Duser.timezone=Europe/Rome -Dfile.encoding=UTF-8 -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=3000 -Dcom.sun.management.jmxremote.rmi.port=3000 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false - DB_FDR_URL: jdbc:postgresql://pagopa-u-weu-fdr-flexible-postgresql.postgres.database.azure.com:6432/fdr?sslmode=require&prepareThreshold=0 + DB_FDR_URL: jdbc:postgresql://fdr-db.u.internal.postgresql.pagopa.it:6432/fdr?sslmode=require&prepareThreshold=0 DB_FDR_USER: fdr INSTANCE: UAT EVENT_HUB_NAME: "fdr-re"