diff --git a/build.gradle.kts b/build.gradle.kts index 555dbfe..52000d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -101,7 +101,7 @@ tasks.build { openApi { apiDocsUrl.set("http://localhost:8080/v3/api-docs") outputDir.set(file("$projectDir/build")) - outputFileName.set("openapi.json") + outputFileName.set("generated.openapi.json") } configure { diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index 54229d4..9a7b760 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -31,6 +31,11 @@ microservice-chart: ENV: "DEV" JAVA_TOOL_OPTIONS: "-Xms128m -Xmx4g -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" + envSecret: + ORGANIZATION_DB_HOST: db-host + ORGANIZATION_DB_USER: db-mypay-login-username + ORGANIZATION_DB_PASSWORD: db-mypay-login-password + keyvault: name: "p4pa-d-payhub-kv" tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"