Skip to content

Commit

Permalink
fix: set dynamic zone for ingesters
Browse files Browse the repository at this point in the history
  • Loading branch information
ohad2b committed Nov 12, 2024
1 parent b209cec commit 881c397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
{{- end }}
args:
- -config.file=/etc/loki/config/config.yaml
- -ingester.availability-zone=zone-default
- -ingester.availability-zone={{ $zoneName | default "zone-default" }}
- -target=ingester
{{ include "loki.templateArgs" .Values.loki.extraArgs }}
{{ include "loki.templateArgs" .Values.ingester.extraArgs }}
Expand Down

0 comments on commit 881c397

Please sign in to comment.