Skip to content

Commit

Permalink
Disable all behaviours by default
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Palacios <javier.palacios@deliverect.com>
  • Loading branch information
javiplx committed Jul 4, 2023
1 parent 789d493 commit 61d9a85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/loki-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ ingester:
# -- define scale down policies, must conform to HPAScalingRules
scaleDown: {}
# -- define scale up policies, must conform to HPAScalingRules
scaleUp: {}
scaleUp: {}our
image:
# -- The Docker registry for the ingester image. Overrides `loki.image.registry`
registry: null
Expand Down Expand Up @@ -493,7 +493,7 @@ distributor:
targetMemoryUtilizationPercentage:
behavior:
# -- Enable autoscaling behaviours
enabled: true
enabled: false
# -- define scale down policies, must conform to HPAScalingRules
scaleDown: {}
# -- define scale up policies, must conform to HPAScalingRules
Expand Down Expand Up @@ -575,7 +575,7 @@ querier:
targetMemoryUtilizationPercentage:
behavior:
# -- Enable autoscaling behaviours
enabled: true
enabled: false
# -- define scale down policies, must conform to HPAScalingRules
scaleDown: {}
# -- define scale up policies, must conform to HPAScalingRules
Expand Down Expand Up @@ -670,7 +670,7 @@ queryFrontend:
targetMemoryUtilizationPercentage:
behavior:
# -- Enable autoscaling behaviours
enabled: true
enabled: false
# -- define scale down policies, must conform to HPAScalingRules
scaleDown: {}
# -- define scale up policies, must conform to HPAScalingRules
Expand Down Expand Up @@ -909,7 +909,7 @@ gateway:
targetMemoryUtilizationPercentage:
behavior:
# -- Enable autoscaling behaviours
enabled: true
enabled: false
# -- define scale down policies, must conform to HPAScalingRules
scaleDown: {}
# -- define scale up policies, must conform to HPAScalingRules
Expand Down

0 comments on commit 61d9a85

Please sign in to comment.