Skip to content

Commit

Permalink
fix: disable HPA downscaling by default (#58)
Browse files Browse the repository at this point in the history
The default downtime minimum replicas is 0; and the minReplicas field
can't be 0 in HorizontalPodAutscaler.

This fixes the default installation from crashing when there are
HorizontalPodAutoscalers with unspecified downscaler/downtime-replicas
annotation.
  • Loading branch information
pedroapero authored Jun 20, 2024
1 parent f4ea670 commit 7448852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:

arguments:
- --interval=60
- --include-resources=deployments,statefulsets,horizontalpodautoscalers,scaledobjects
- --include-resources=deployments,statefulsets,scaledobjects

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 7448852

Please sign in to comment.