Skip to content

Commit 0958434

Browse files
wip
1 parent 3166fc9 commit 0958434

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

helm/values-prod.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ microservice-chart:
9696
OTEL_METRICS_EXPORTER: otlp
9797
OTEL_LOGS_EXPORTER: none
9898
OTEL_TRACES_SAMPLER: "always_on"
99+
RIVERSAMENTO_SOURCE: "pagopa-postgres"
100+
RIVERSAMENTO_TARGET: "nexi-oracle"
101+
CDI_PREFERENCES_TABLE: cdi_preferences_view_table
102+
ELENCO_SERVIZI_TABLE: elenco_servizi_view_table
99103
envSecret:
100104
# required
101105
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'

helm/values-uat.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ microservice-chart:
9595
OTEL_METRICS_EXPORTER: otlp
9696
OTEL_LOGS_EXPORTER: none
9797
OTEL_TRACES_SAMPLER: "always_on"
98+
RIVERSAMENTO_SOURCE: "pagopa-postgres"
99+
RIVERSAMENTO_TARGET: "nexi-oracle"
100+
CDI_PREFERENCES_TABLE: cdi_preferences_view_table
101+
ELENCO_SERVIZI_TABLE: elenco_servizi_view_table
98102
envSecret:
99103
# required
100104
APPLICATIONINSIGHTS_CONNECTION_STRING: 'azure-insight-connection-string'

0 commit comments

Comments
 (0)