Skip to content

Commit

Permalink
switch to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Jun 14, 2024
1 parent b9ac154 commit dfbf1df
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 dfbf1df

Please sign in to comment.