From cd8589edcb4daa0255536ea74d6fc3c90a712a94 Mon Sep 17 00:00:00 2001 From: pasqualespica <36746022+pasqualespica@users.noreply.github.com> Date: Tue, 12 Jul 2022 15:41:43 +0200 Subject: [PATCH] fix pipelines#10 --- .devops/deploy-pipelines.yml | 2 +- src/main/resources/application-dev.properties | 5 ++++- src/main/resources/application-local.properties | 3 +++ src/main/resources/application.properties | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) 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 a583ab6..6e781ff 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,3 +1,6 @@ +# Info +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= @@ -19,4 +22,4 @@ retry.maxDelay=200 # Logging Level settings logging.level.root=INFO -logging.level.it.gov.pagopa.spontaneouspayment=INFO +logging.level.it.gov.pagopa.spontaneouspayment=INFO \ No newline at end of file diff --git a/src/main/resources/application-local.properties b/src/main/resources/application-local.properties index 43db1d6..48e88f1 100644 --- a/src/main/resources/application-local.properties +++ b/src/main/resources/application-local.properties @@ -1,3 +1,6 @@ +# info +server.servlet.context-path=/pagopa-spontaneous-payments-service + # Cosmos account config azure.cosmos.uri=https://localhost:8081 azure.cosmos.key=C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw== diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index af9a286..5b8d054 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -38,4 +38,4 @@ management.endpoints.jmx.exposure.exclude=health,info management.info.env.enabled=true management.endpoint.health.probes.enabled=true management.health.livenessState.enabled=true -management.health.readinessState.enabled=true +management.health.readinessState.enabled=true \ No newline at end of file