Skip to content

Commit

Permalink
fix pipelines#10
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 13, 2022
1 parent c9ea483 commit cd8589e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -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=<PUT_HERE_PRIMARY_KEY>
Expand All @@ -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
3 changes: 3 additions & 0 deletions src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
@@ -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==
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd8589e

Please sign in to comment.