Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ microservice-chart: &microservice-chart
value: "75"
envConfig: &envConfig
# WEBSITE_SITE_NAME: 'pagopa-api-config-testing-support'
ENV: 'azure-dev'
ENV: 'dev'
TZ: "Europe/Rome"
APP_LOGGING_LEVEL: 'DEBUG'
DEFAULT_LOGGING_LEVEL: 'INFO'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
# OTEL_SERVICE_NAME: "pagopa-api-config-testing-support"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=azure-dev"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=dev"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
OTEL_TRACES_EXPORTER: otlp
OTEL_METRICS_EXPORTER: otlp
Expand Down
4 changes: 2 additions & 2 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
# value: "75"
# envConfig:
# WEBSITE_SITE_NAME: 'pagopa-api-config-testing-support'
# ENV: 'azure-prod'
# ENV: 'prod'
# TZ: "Europe/Rome"
# APP_LOGGING_LEVEL: 'INFO'
# DEFAULT_LOGGING_LEVEL: 'INFO'
# CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
# OTEL_SERVICE_NAME: "pagopa-api-config-testing-support"
# OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=azure-prod"
# OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=prod"
# OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
# OTEL_TRACES_EXPORTER: otlp
# OTEL_METRICS_EXPORTER: otlp
Expand Down
4 changes: 2 additions & 2 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ microservice-chart:
value: "75"
envConfig:
WEBSITE_SITE_NAME: 'pagopa-api-config-testing-support'
ENV: 'azure-uat'
ENV: 'uat'
TZ: "Europe/Rome"
APP_LOGGING_LEVEL: 'DEBUG'
DEFAULT_LOGGING_LEVEL: 'INFO'
CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
OTEL_SERVICE_NAME: "pagopa-api-config-testing-support"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=azure-uat"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=uat"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
OTEL_TRACES_EXPORTER: otlp
OTEL_METRICS_EXPORTER: otlp
Expand Down
Loading