Skip to content

Commit

Permalink
fix(cluster-autoscaler): memory requests/limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jai committed Sep 13, 2021
1 parent c6477ce commit b4de645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/argocd-applications/cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ spec:
- name: resources.limits.cpu
value: 100m
- name: resources.limits.memory
value: 300Mi
value: 800Mi
- name: resources.requests.cpu
value: 100m
- name: resources.requests.memory
value: 300Mi
value: 600Mi
destination:
server: https://kubernetes.default.svc
namespace: kube-system
Expand Down

0 comments on commit b4de645

Please sign in to comment.