Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/pagopa/p4pa-organization
Browse files Browse the repository at this point in the history
…into P4ADEV-1614-p-4-pa-organization-api-crud-entita-organization
  • Loading branch information
ElisKina-dev committed Dec 6, 2024
2 parents 9241600 + 87c6ee7 commit 349eece
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ configure<SourceSetContainer> {
}

springBoot {
mainClass.value("it.gov.pagopa.template.TemplateApplication")
mainClass.value("it.gov.pagopa.pu.organization.OrganizationApplication")
}

openApiGenerate {
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
microservice-chart:
image:
repository: p4paditncorecommonacr.azurecr.io/templatepaymentsjavarepository
repository: p4paditncorecommonacr.azurecr.io/p4paorganization
tag: latest
pullPolicy: Always

Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
microservice-chart:
image:
repository: p4papitncorecommonacr.azurecr.io/templatepaymentsjavarepository
repository: p4papitncorecommonacr.azurecr.io/p4paorganization
tag: latest
pullPolicy: Always

Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
microservice-chart:
image:
repository: p4pauitncorecommonacr.azurecr.io/templatepaymentsjavarepository
repository: p4pauitncorecommonacr.azurecr.io/p4paorganization
tag: latest
pullPolicy: Always

Expand Down
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ microservice-chart:

ingress:
create: true
path: /templatepaymentsjavarepository/(.*)
path: /p4paorganization/(.*)

serviceAccount:
create: false
Expand All @@ -55,7 +55,7 @@ microservice-chart:
key: applicationinsights.json

envConfig:
APPLICATIONINSIGHTS_ROLE_NAME: "templatepaymentsjavarepository"
APPLICATIONINSIGHTS_ROLE_NAME: "p4pa-organization"
APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL: "OFF"
APPLICATIONINSIGHTS_INSTRUMENTATION_MICROMETER_ENABLED: "false"
APPLICATIONINSIGHTS_PREVIEW_PROFILER_ENABLED: "false"
Expand Down

0 comments on commit 349eece

Please sign in to comment.