This commit is contained in:
Philip Haupt
2025-11-14 23:28:24 +01:00
parent 695630b8c8
commit 0343e74bd9
2 changed files with 4 additions and 4 deletions

View File

@@ -36,8 +36,8 @@ alloy:
content: |-
loki.write "local" {
endpoint {
url = "http://loki-gateway.monitoring.svc/loki/api/v1/push"
tenant_id = "dev"
url = "http://loki-gateway.grafana-loki.svc.cluster.local/loki/api/v1/push"
tenant_id = "prod"
}
# -- Name of existing ConfigMap to use. Used when create is false.