Skip to content

Commit

Permalink
[PAGOPA-1595] ci(helm): Add ELK config
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-ang committed May 13, 2024
1 parent 783d833 commit 25ba141
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,14 @@ microservice-chart:
CONTAINER_NAME: "gpd_upload_status"
POST_FILE_RETRY_AFTER: '2000'
LOG_LEVEL: "INFO"
# CORS_CONFIGURATION: '{"origins": ["*"], "methods": ["*"]}'
# OTEL_SERVICE_NAME: # TODO
# 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
# OTEL_LOGS_EXPORTER: none
# OTEL_TRACES_SAMPLER: "always_on"
OTEL_SERVICE_NAME: "pagopa-gpd-upload"
OTEL_RESOURCE_ATTRIBUTES: "deployment.environment=prod"
OTEL_EXPORTER_OTLP_ENDPOINT: "http://otel-collector.elastic-system.svc:4317"
OTEL_LOGS_EXPORTER: none
OTEL_TRACES_SAMPLER: "always_on"
envSecret:
# APPLICATIONINSIGHTS_CONNECTION_STRING: 'ai-p-connection-string'
# OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
OTEL_EXPORTER_OTLP_HEADERS: elastic-apm-secret-token
BLOB_CONNECTION_STRING: 'gpd-upload-sa-connection-string'
COSMOS_KEY: 'gpd-upload-db-key'
keyvault:
Expand Down

0 comments on commit 25ba141

Please sign in to comment.