Skip to content

Commit

Permalink
fix: autoscaler now requires 500MiB instead of 300MiB (#89)
Browse files Browse the repository at this point in the history
* Fixes: #88
* Original issue: kubernetes/autoscaler#4220

Co-authored-by: Abel Garcia Dorta <abelgarcia@acidtango.com>
  • Loading branch information
mercuriete and Abel Garcia Dorta committed Jul 29, 2021
1 parent 057ea8d commit ea85592
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ ingress:
resources:
limits:
cpu: 100m
memory: 300Mi
memory: 500Mi
requests:
cpu: 100m
memory: 300Mi
memory: 500Mi

autoscaling:
enabled: false
Expand Down

0 comments on commit ea85592

Please sign in to comment.