diff --git a/.devops/deploy-pipelines.yml b/.devops/deploy-pipelines.yml index ccda4e2..54ae225 100644 --- a/.devops/deploy-pipelines.yml +++ b/.devops/deploy-pipelines.yml @@ -239,7 +239,7 @@ stages: chartType: filepath chartPath: $(Pipeline.Workspace)/helm chartName: $(imageRepository) - releaseName: $(imageRepository) +# releaseName: $(imageRepository) valueFile: "$(Pipeline.Workspace)/helm/values-${{ parameters.ENV }}.yaml" install: true waitForExecution: true diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index b1d8a5f..b4f5c43 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,9 +1,10 @@ # info properties.environment=dev +server.servlet.context-path=/pagopa-spontaneous-payments-service # Cosmos account config azure.cosmos.uri=https://pagopa-d-weu-gps-cosmos-account.documents.azure.com:443/ -azure.cosmos.key= +azure.cosmos.key=f7162UkE9ZixAZZ4ln86dzZOQ2Im68Q6IYah56MpsBTpuydDo3Btd3T5hmlPAgq9jkGIfD43TnUhm6COokcVTA== azure.cosmos.database=db azure.cosmos.populate-query-metrics=false diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index 7a2a04d..fdd13c5 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -1,5 +1,6 @@ # info properties.environment=local +server.servlet.context-path=/pagopa-spontaneous-payments-service # Cosmos account config azure.cosmos.uri=https://localhost:8081 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9ea3526..69c46c8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ #cors #spring_cors_origin=* server.port=9090 - +server.servlet.context-path=/pagopa-spontaneous-payments-service # info application.name=@project.artifactId@ application.version=@project.version@