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

@@ -349,8 +349,8 @@ data:
config.alloy: |- config.alloy: |-
loki.write "local" { loki.write "local" {
endpoint { endpoint {
url = "http://loki-gateway.monitoring.svc/loki/api/v1/push" url = "http://loki-gateway.grafana-loki.svc.cluster.local/loki/api/v1/push"
tenant_id = "dev" tenant_id = "prod"
} }
kind: ConfigMap kind: ConfigMap
metadata: metadata:

View File

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