Skip to content

Commit

Permalink
revert operator's loki-config changes (#5155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank Agarwal authored Jan 17, 2022
1 parent 2c20ce6 commit f884f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions operator/internal/manifests/internal/config/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ limits_config:
max_cache_freshness_per_query: 10m
per_stream_rate_limit: 3MB
per_stream_rate_limit_burst: 15MB
split_queries_by_interval: 30m
memberlist:
abort_if_cluster_join_fails: true
bind_port: 7946
Expand All @@ -116,6 +115,7 @@ query_range:
enable_fifocache: true
fifocache:
max_size_bytes: 500MB
split_queries_by_interval: 30m
parallelise_shardable_queries: true
schema_config:
configs:
Expand Down Expand Up @@ -306,7 +306,6 @@ limits_config:
max_cache_freshness_per_query: 10m
per_stream_rate_limit: 3MB
per_stream_rate_limit_burst: 15MB
split_queries_by_interval: 30m
memberlist:
abort_if_cluster_join_fails: true
bind_port: 7946
Expand All @@ -332,6 +331,7 @@ query_range:
enable_fifocache: true
fifocache:
max_size_bytes: 500MB
split_queries_by_interval: 30m
parallelise_shardable_queries: true
schema_config:
configs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ limits_config:
max_cache_freshness_per_query: 10m
per_stream_rate_limit: 3MB
per_stream_rate_limit_burst: 15MB
split_queries_by_interval: 30m
memberlist:
abort_if_cluster_join_fails: true
bind_port: {{ .GossipRing.Port }}
Expand All @@ -105,6 +104,7 @@ query_range:
enable_fifocache: true
fifocache:
max_size_bytes: 500MB
split_queries_by_interval: 30m
parallelise_shardable_queries: true
schema_config:
configs:
Expand Down

0 comments on commit f884f2b

Please sign in to comment.