This commit is contained in:
Philip Haupt
2025-11-14 23:32:42 +01:00
parent 0343e74bd9
commit 7d9e4708bf
2 changed files with 2 additions and 0 deletions

View File

@@ -352,6 +352,7 @@ data:
url = "http://loki-gateway.grafana-loki.svc.cluster.local/loki/api/v1/push" url = "http://loki-gateway.grafana-loki.svc.cluster.local/loki/api/v1/push"
tenant_id = "prod" tenant_id = "prod"
} }
}
kind: ConfigMap kind: ConfigMap
metadata: metadata:
labels: labels:

View File

@@ -39,6 +39,7 @@ alloy:
url = "http://loki-gateway.grafana-loki.svc.cluster.local/loki/api/v1/push" url = "http://loki-gateway.grafana-loki.svc.cluster.local/loki/api/v1/push"
tenant_id = "prod" 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.
name: null name: null