Skip to content

Commit

Permalink
fix: P4ADEV-1925 fix wsdl exposure (#16)
Browse files Browse the repository at this point in the history
P4ADEV-1925 fix wsdl exposure
  • Loading branch information
antonioT90 authored Jan 24, 2025
1 parent 51768d4 commit f44c163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/dev/top/p4pa-pagopa-payments/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ microservice-chart:
ENV: "DEV"
JAVA_TOOL_OPTIONS: "-Xms384m -Xmx384m -Djava.util.concurrent.ForkJoinPool.common.parallelism=7 -javaagent:/app/applicationinsights-agent.jar -Dapplicationinsights.configuration.file=/mnt/file-config-external/appinsights-config/applicationinsights.json -agentlib:jdwp=transport=dt_socket,server=y,address=8001,suspend=n -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=3002 -Dcom.sun.management.jmxremote.rmi.port=3003 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"

APP_PAGOPA_PAYMENTS_WS_BASE_URL: "https://api.dev.p4pa.pagopa.it/payhub"
PAGOPA_PAYMENTS_WSDL_BASE_URL: "https://hub.internal.dev.p4pa.pagopa.it/p4papagopapayments"
PAGOPA_NODE_ACA_BASE_URL: "https://api.uat.platform.pagopa.it"
# nodeSelector: {}

Expand Down
2 changes: 1 addition & 1 deletion helm/prod/top/p4pa-pagopa-payments/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ microservice-chart:
ENV: "PROD"
JAVA_TOOL_OPTIONS: "-Xms384m -Xmx384m -Djava.util.concurrent.ForkJoinPool.common.parallelism=7 -javaagent:/app/applicationinsights-agent.jar -Dapplicationinsights.configuration.file=/mnt/file-config-external/appinsights-config/applicationinsights.json -agentlib:jdwp=transport=dt_socket,server=y,address=8001,suspend=n -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=3002 -Dcom.sun.management.jmxremote.rmi.port=3003 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"

APP_PAGOPA_PAYMENTS_WS_BASE_URL: "https://api.p4pa.pagopa.it/payhub"
PAGOPA_PAYMENTS_WSDL_BASE_URL: "https://hub.internal.p4pa.pagopa.it/p4papagopapayments"
PAGOPA_NODE_ACA_BASE_URL: "https://api.platform.pagopa.it"
# nodeSelector: {}

Expand Down
2 changes: 1 addition & 1 deletion helm/uat/top/p4pa-pagopa-payments/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ microservice-chart:
ENV: "UAT"
JAVA_TOOL_OPTIONS: "-Xms384m -Xmx384m -Djava.util.concurrent.ForkJoinPool.common.parallelism=7 -javaagent:/app/applicationinsights-agent.jar -Dapplicationinsights.configuration.file=/mnt/file-config-external/appinsights-config/applicationinsights.json -agentlib:jdwp=transport=dt_socket,server=y,address=8001,suspend=n -Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=3002 -Dcom.sun.management.jmxremote.rmi.port=3003 -Djava.rmi.server.hostname=127.0.0.1 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"

APP_PAGOPA_PAYMENTS_WS_BASE_URL: "https://api.uat.p4pa.pagopa.it/payhub"
PAGOPA_PAYMENTS_WSDL_BASE_URL: "https://hub.internal.uat.p4pa.pagopa.it/p4papagopapayments"
PAGOPA_NODE_ACA_BASE_URL: "https://api.uat.platform.pagopa.it"
# nodeSelector: {}

Expand Down

0 comments on commit f44c163

Please sign in to comment.