chore(htwg-1): disable OTEL SDK to stop Grafana export noise

Sets OTEL_SDK_DISABLED=true in htwg-1-prod overlay so the OTel SDK
never initializes — eliminates export attempts to Grafana Alloy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-22 19:17:04 +02:00
parent 07a453a05e
commit c133447ea6
+1
View File
@@ -16,6 +16,7 @@ patches:
NOWCHESS_COORDINATOR_ENABLED: "false"
REDIS_PREFIX: nowchess
QUARKUS_LOG_LEVEL: "WARN"
OTEL_SDK_DISABLED: "true"
target:
kind: ConfigMap
name: nowchess-env-config