fix: Update Loki v3 Helm statefulset-ingester.yaml template (#13118)

Co-authored-by: Alexander Lindeskär <lindeskar@users.noreply.github.com>
pull/13431/head^2
Arno Pretorius 11 months ago committed by GitHub
parent 8279d59f14
commit 5b4e57602f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      production/helm/loki/templates/ingester/statefulset-ingester.yaml

@ -87,7 +87,7 @@ spec:
{{- end }}
args:
- -config.file=/etc/loki/config/config.yaml
- -ingester.ring.instance-availability-zone=zone-default
- -ingester.availability-zone=zone-default
- -target=ingester
{{- with .Values.ingester.extraArgs }}
{{- toYaml . | nindent 12 }}

Loading…
Cancel
Save