From ac898d62d0e8b3512333a533e82e6cc3822e1550 Mon Sep 17 00:00:00 2001 From: Tyler Witlin <45468117+coolguy1771@users.noreply.github.com> Date: Sat, 14 Dec 2024 21:30:42 -0500 Subject: [PATCH] fix(kyak): change indentation Signed-off-by: Tyler Witlin <45468117+coolguy1771@users.noreply.github.com> --- .../monitoring/mimir/app/helmrelease.yaml | 29 +++++++++---------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml b/kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml index ee5a74bdfc..52311f4660 100644 --- a/kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml +++ b/kubernetes/kyak/apps/monitoring/mimir/app/helmrelease.yaml @@ -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