Use Loki SSD mode

Signed-off-by: Michel Hollands <michel.hollands@grafana.com>
This commit is contained in:
Michel Hollands
2023-06-29 13:50:24 +01:00
parent 15de54c8a6
commit d67a5bd3e0
2 changed files with 19 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ data:
{{- if .Values.local.enabled }}
loki.write "local" {
endpoint {
url = "http://{{- .Release.Name -}}-loki.{{- .Release.Namespace -}}.svc.cluster.local:3100/loki/api/v1/push"
url = "http://loki-gateway.{{- .Release.Namespace -}}.svc.cluster.local:80/loki/api/v1/push"
}
}