diff --git a/infra/traefik-application.yaml b/infra/traefik-application.yaml index 703b5a4..f239ce2 100644 --- a/infra/traefik-application.yaml +++ b/infra/traefik-application.yaml @@ -30,21 +30,15 @@ spec: values: | metrics: addInternals: true - otlp: - enabled: true tracing: otlp: enabled: true logs: general: level: DEBUG - otlp: - enabled: true access: format: json enabled: true - otlp: - enabled: true additionalArguments: - "--tracing.otlp.http.endpoint=http://tempo.monitoring.svc.cluster.local:4318/v1/traces"