Skip to content

Commit

Permalink
fix p4pa-auth dev values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
antocalo committed Jan 10, 2025
1 parent 5058b18 commit 78aa571
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions helm/dev/global-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ microservice-chart:
- name: appinsights-config
key: applicationinsights.json

envConfig:
ENV: "DEV"
ORGANIZATION_BASE_URL: "http://p4pa-organization-microservice-chart:8080"

envSecret:
APPLICATIONINSIGHTS_CONNECTION_STRING: appinsights-connection-string

Expand Down
1 change: 0 additions & 1 deletion helm/dev/top/p4pa-auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ microservice-chart:
key: applicationinsights.json

envConfig:
ENV: "DEV"
JAVA_TOOL_OPTIONS: "-Xms512m -Xmx512m -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"

JWT_TOKEN_AUDIENCE: "dev.piattaformaunitaria.pagopa.it"
Expand Down

0 comments on commit 78aa571

Please sign in to comment.