Skip to content

Commit 5b4e576

Browse files
fix: Update Loki v3 Helm statefulset-ingester.yaml template (#13118)
Co-authored-by: Alexander Lindeskär <[email protected]>
1 parent 8279d59 commit 5b4e576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

production/helm/loki/templates/ingester/statefulset-ingester.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
{{- end }}
8888
args:
8989
- -config.file=/etc/loki/config/config.yaml
90-
- -ingester.ring.instance-availability-zone=zone-default
90+
- -ingester.availability-zone=zone-default
9191
- -target=ingester
9292
{{- with .Values.ingester.extraArgs }}
9393
{{- toYaml . | nindent 12 }}

0 commit comments

Comments
 (0)