Skip to content

Commit

Permalink
fix(kyak): change indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Dec 15, 2024
1 parent cbbb750 commit ac898d6
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,20 @@ spec:
# -- runtimeConfig provides a reloadable runtime configuration. Changing the runtimeConfig doesn't require a restart of all components.
# For more infromation see https://grafana.com/docs/mimir/latest/configure/about-runtime-configuration/
runtimeConfig:
runtimeConfig:
ingester_limits: # limits that each ingester replica enforces
max_ingestion_rate: 20000
max_series: 1500000
max_tenants: 1000
max_inflight_push_requests: 30000
distributor_limits: # limits that each distributor replica enforces
max_ingestion_rate: 20000
max_inflight_push_requests: 30000
max_inflight_push_requests_bytes: 50000000
overrides:
tenant-1: # limits for tenant-1 that the whole cluster enforces
ingestion_tenant_shard_size: 9
max_global_series_per_user: 1500000
max_fetched_series_per_query: 100000
ingester_limits: # limits that each ingester replica enforces
max_ingestion_rate: 20000
max_series: 1500000
max_tenants: 1000
max_inflight_push_requests: 30000
distributor_limits: # limits that each distributor replica enforces
max_ingestion_rate: 20000
max_inflight_push_requests: 30000
max_inflight_push_requests_bytes: 50000000
overrides:
tenant-1: # limits for tenant-1 that the whole cluster enforces
ingestion_tenant_shard_size: 9
max_global_series_per_user: 1500000
max_fetched_series_per_query: 100000

alertmanager:
enabled: true
Expand Down

0 comments on commit ac898d6

Please sign in to comment.