Skip to content

Commit

Permalink
Increase memory resources for autoscaler
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Aug 5, 2021
1 parent 20ec89d commit e853295
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion packages/rke2-coredns/generated-changes/patch/values.yaml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
pullPolicy: IfNotPresent

# Optional priority class to be used for the autoscaler pods. priorityClassName used if not set.
@@ -258,7 +264,13 @@
@@ -258,16 +264,22 @@
nodeSelector: {}

# expects input structure as per specification https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.11/#toleration-v1-core
Expand All @@ -83,6 +83,17 @@

# resources for autoscaler pod
resources:
requests:
cpu: "20m"
- memory: "10Mi"
+ memory: "20Mi"
limits:
cpu: "20m"
- memory: "10Mi"
+ memory: "20Mi"

# Options for autoscaler configmap
configmap:
@@ -287,3 +299,19 @@
deployment:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-coredns/package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://github.com/coredns/helm/releases/download/coredns-1.16.2/coredns-1.16.2.tgz
packageVersion: 05
packageVersion: 06
# This repository does not use releaseCandidateVersions, so you can leave this as 00.
releaseCandidateVersion: 00

0 comments on commit e853295

Please sign in to comment.