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 12, 2022
1 parent c4f5daf commit ab825a8
Show file tree
Hide file tree
Showing 4 changed files with 5 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
3 changes: 2 additions & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -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=<PUT_HERE_PRIMARY_KEY>
azure.cosmos.key=f7162UkE9ZixAZZ4ln86dzZOQ2Im68Q6IYah56MpsBTpuydDo3Btd3T5hmlPAgq9jkGIfD43TnUhm6COokcVTA==
azure.cosmos.database=db
azure.cosmos.populate-query-metrics=false

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -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@
Expand Down

0 comments on commit ab825a8

Please sign in to comment.