Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix OOM issue, increase mem requests + limits (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Rauer <[email protected]>
  • Loading branch information
rauerhans and rauerhans authored Aug 8, 2021
1 parent 2cdc10c commit 628a027
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 628a027

Please sign in to comment.