forked from RemoteSync/grafana-meta-monitoring-chart
Compare commits
2 Commits
fix_traces
...
fix_loki_w
Author | SHA1 | Date | |
---|---|---|---|
|
f7946ff713 | ||
|
b312fc37fc |
@@ -330,7 +330,7 @@ data:
|
||||
{{- if .Values.local.logs.enabled }}
|
||||
loki.write "local" {
|
||||
endpoint {
|
||||
url = "http://{{- .Release.Namespace -}}-loki-gateway.{{- .Release.Namespace -}}.svc.cluster.local:80/loki/api/v1/push"
|
||||
url = "http://loki-write.{{- .Release.Namespace -}}.svc.cluster.local:3100/loki/api/v1/push"
|
||||
}
|
||||
}
|
||||
{{- end }}
|
||||
|
Reference in New Issue
Block a user