Skip to content

Commit

Permalink
Merge pull request #1304 from serathius/autoscale-readme
Browse files Browse the repository at this point in the history
Update autoscaling configuration to follow README recommendation
  • Loading branch information
k8s-ci-robot authored Jul 28, 2023
2 parents 796fc0f + 78c1672 commit 0f85882
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/components/autoscale/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ spec:
fieldPath: metadata.namespace
command:
- /pod_nanny
- --cpu=20m
- --cpu=0m
- --extra-cpu=1m
- --memory=15Mi
- --memory=0Mi
- --extra-memory=2Mi
- --threshold=5
- --deployment=metrics-server
- --container=metrics-server
- --poll-period=300000
- --estimator=exponential
- --minClusterSize=10
- --minClusterSize=100
- --use-metrics=true

0 comments on commit 0f85882

Please sign in to comment.