We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5595f commit 431637dCopy full SHA for 431637d
deploy/cloud-generic/deployment.yaml
@@ -72,3 +72,20 @@ spec:
72
exec:
73
command:
74
- /wait-shutdown
75
+
76
+---
77
78
+apiVersion: v1
79
+kind: LimitRange
80
+metadata:
81
+ name: ingress-nginx
82
+ namespace: ingress-nginx
83
+ labels:
84
+ app.kubernetes.io/name: ingress-nginx
85
+ app.kubernetes.io/part-of: ingress-nginx
86
+spec:
87
+ limits:
88
+ - min:
89
+ memory: 90Mi
90
+ cpu: 100m
91
+ type: Container
deploy/static/mandatory.yaml
@@ -287,8 +287,7 @@ metadata:
287
app.kubernetes.io/part-of: ingress-nginx
288
spec:
289
limits:
290
- - default:
291
- min:
292
memory: 90Mi
293
cpu: 100m
294
type: Container
0 commit comments