-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[horizontal-pod-autoscalers] Add controlled scale down
Overwrites the default behavior of scaling down quickly, it slowly scales down one pod a minute. Making a possible scale up less dramatic when it's still scaling down. Bumped helm/kinda-action in the process.
- Loading branch information
1 parent
351898e
commit 8a5602f
Showing
4 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ jobs: | |
run: git fetch --prune --unshallow | ||
|
||
- name: Create kind cluster | ||
uses: helm/[email protected]-alpha.3 | ||
uses: helm/[email protected] | ||
with: | ||
installLocalPathProvisioner: true | ||
# Only build a kind cluster if there are chart changes to test. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ description: Horizontal Pod Autoscalers library | |
home: https://github.com/wyrihaximusnet/helm-charts | ||
icon: https://helm.wyrihaximus.net/images/charts/horizontal-pod-autoscalers.png | ||
type: library | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
kubeVersion: ^1.18 | ||
maintainers: | ||
- name: WyriHaximus | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters