Skip to content

Commit

Permalink
add space to values for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbsh committed Nov 11, 2024
1 parent 061230b commit a9c0617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions operations/helm/charts/mimir-distributed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Entries should include a reference to the Pull Request that introduced the chang
* [ENHANCEMENT] Add the possibility to create a dedicated serviceAccount for the `alertmanager` component by setting `alertmanager.serviceAcount.create` to true in the values. #9781
* [BUGFIX] Fix PVC template in AlertManager to not show diff in ArgoCD. #9774
* [BUGFIX] Fix how `fullnameOverride` is reflected in generated manifests. #9564
* [ENHANCEMENT] Add support for `fallback` in kedaAutoscaling settings. #9846

## 5.5.1

Expand Down
10 changes: 5 additions & 5 deletions operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ ruler:
maxReplicaCount: 10
targetCPUUtilizationPercentage: 100
targetMemoryUtilizationPercentage: 100
#fallback:
# fallback:
# -- Section to specify fallback options should the query for scaling metrics fail.
# More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback
# failureThreshold: 3
Expand Down Expand Up @@ -1373,7 +1373,7 @@ ruler_querier:
minReplicaCount: 1
maxReplicaCount: 10
querySchedulerInflightRequestsThreshold: 12
#fallback:
# fallback:
# -- Section to specify fallback options should the query for scaling metrics fail.
# More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback
# failureThreshold: 3
Expand Down Expand Up @@ -1498,7 +1498,7 @@ ruler_query_frontend:
maxReplicaCount: 10
targetCPUUtilizationPercentage: 75
targetMemoryUtilizationPercentage: 100
#fallback:
# fallback:
# -- Section to specify fallback options should the query for scaling metrics fail.
# More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback
# failureThreshold: 3
Expand Down Expand Up @@ -1708,7 +1708,7 @@ querier:
# For example: if lookback is 30m and period is 6d23h30m,
# the querier will scale based on the maximum inflight queries between 6d23h30m and 7d ago.
predictiveScalingLookback: 30m
#fallback:
# fallback:
# -- Section to specify fallback options should the query for scaling metrics fail.
# More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback
# failureThreshold: 3
Expand Down Expand Up @@ -1832,7 +1832,7 @@ query_frontend:
maxReplicaCount: 10
targetCPUUtilizationPercentage: 75
targetMemoryUtilizationPercentage: 100
#fallback:
# fallback:
# -- Section to specify fallback options should the query for scaling metrics fail.
# More information here: https://keda.sh/docs/2.15/reference/scaledobject-spec/#fallback
# failureThreshold: 3
Expand Down

0 comments on commit a9c0617

Please sign in to comment.