diff --git a/addons/ingress-nginx/resources/daemonset.yml.erb b/addons/ingress-nginx/resources/daemonset.yml.erb index 1733c5c66..5660e7423 100644 --- a/addons/ingress-nginx/resources/daemonset.yml.erb +++ b/addons/ingress-nginx/resources/daemonset.yml.erb @@ -95,3 +95,7 @@ spec: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 + resources: + requests: + cpu: 100m + memory: 90Mi