Remove memory request for nginx controller pod

Platform pods should not request resources, otherwise it
interferes with the ability of application pods to reserve the
full amount of memory that K8s says is available.The nginx
controller pod is requesting memory, this fix deletes this
request

Test Cases:
Pass: Install system and verify that nginx controller pod is
      not requesting any memory for the node

Closes-Bug: 2080858

Change-Id: I5f1b8de6ea9447bd50a173f81e6f669df808b12b
Signed-off-by: amantri <ayyappa.mantri@windriver.com>
This commit is contained in:
amantri 2024-09-13 09:21:15 -04:00
parent 3bc88146ca
commit f0bc72500e

View File

@ -37,6 +37,7 @@ controller:
resources:
requests:
cpu: 0
memory: 0
readinessProbe:
initialDelaySeconds: 30
admissionWebhooks: