Skip to content

Commit

Permalink
Merge pull request #23 from pagopa/PAGOPA-1829-prod-deploy
Browse files Browse the repository at this point in the history
chore: [PAGOPA-1829] Switch to PostgreSQL
  • Loading branch information
aomegax committed Jun 15, 2024
2 parents b9ac154 + dfbf1df commit 3220c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ microservice-chart:
DB_PAGOPA_POSTGRES_SERVICE_IDENTIFIER: "NDP001PROD"
DB_PAGOPA_POSTGRES_CONNECTION_TIMEOUT: "15000"
DB_PAGOPA_POSTGRES_MAX_LIFETIME: "30000"
API_CONFIG_CACHE_URL: "https://api.platform.pagopa.it/api-config-cache/o/v1/stakeholders/node/cache/schemas/v1"
API_CONFIG_CACHE_URL: "https://api.platform.pagopa.it/api-config-cache/p/v1/stakeholders/node/cache/schemas/v1"
STAND_IN_MANAGER_URL: "https://api.platform.pagopa.it/stand-in-manager/api/v1"
OTEL_SERVICE_NAME: "pagopanodecfgsync"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=prod"
Expand All @@ -97,7 +97,7 @@ microservice-chart:
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
RIVERSAMENTO_ENABLED: "true"
RIVERSAMENTO_SOURCE: "nexi-oracle"
RIVERSAMENTO_SOURCE: "pagopa-postgres"
RIVERSAMENTO_TARGET: "nexi-oracle"
CDI_PREFERENCES_VIEW: CDI_PREFERENCES_VIEW_MASTER
CDI_PREFERENCES_TABLE: CDI_PREFERENCES_TABLE
Expand Down

0 comments on commit 3220c64

Please sign in to comment.