Skip to content

Commit

Permalink
remove config flag for pattern ingester and rely on replica count
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Welch <[email protected]>
  • Loading branch information
slim-bean committed Apr 6, 2024
1 parent 8194993 commit d255203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $isDistributed := eq (include "loki.deployment.isDistributed" .) "true" -}}
{{- if $isDistributed }}
{{- if (eq .Values.loki.usePatternIngester true) -}}
{{- if (gt (int .Values.patternIngester.replicas) 0) -}}
apiVersion: apps/v1
kind: StatefulSet
metadata:
Expand Down
1 change: 0 additions & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ loki:
# -- Enable tracing
tracing:
enabled: false
usePatternIngester: false

######################################################################################################################
#
Expand Down

0 comments on commit d255203

Please sign in to comment.