Skip to content

Commit

Permalink
fix(kyak): set it limit config
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 76b4113 commit 12ff034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ spec:
limits:
# Delete from storage metrics data older than 90 days.
compactor_blocks_retention_period: 90d
max_global_series_per_user: 2000000
# -- 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:
Expand All @@ -99,7 +100,6 @@ spec:
max_series: 2500000
max_tenants: 1000
max_inflight_push_requests: 30000
max_global_series_per_user: 2000000
distributor_limits: # limits that each distributor replica enforces
max_ingestion_rate: 20000
max_inflight_push_requests: 30000
Expand Down

0 comments on commit 12ff034

Please sign in to comment.