fix(k8s): point OTEL endpoint to k8s-monitoring-alloy service #839

Merged
argoyle merged 1 commits from fix-otel-endpoint into main 2026-05-19 05:13:52 +00:00
+1 -1
View File
@@ -67,7 +67,7 @@ spec:
containerPort: 8080
env:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://k8s-monitoring-alloy-receiver.monitoring.svc.cluster.local:4318
value: http://k8s-monitoring-alloy.monitoring.svc.cluster.local:4318
envFrom:
- configMapRef:
name: schemas