Skip to content

Commit

Permalink
Fix limitrange definition (#4999)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Feb 2, 2020
1 parent ee5595f commit 431637d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions deploy/cloud-generic/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,20 @@ spec:
exec:
command:
- /wait-shutdown

---

apiVersion: v1
kind: LimitRange
metadata:
name: ingress-nginx
namespace: ingress-nginx
labels:
app.kubernetes.io/name: ingress-nginx
app.kubernetes.io/part-of: ingress-nginx
spec:
limits:
- min:
memory: 90Mi
cpu: 100m
type: Container
3 changes: 1 addition & 2 deletions deploy/static/mandatory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ metadata:
app.kubernetes.io/part-of: ingress-nginx
spec:
limits:
- default:
min:
- min:
memory: 90Mi
cpu: 100m
type: Container

0 comments on commit 431637d

Please sign in to comment.