Install Ingress nginx
Last updated
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx --force-updatehelm show values ingress-nginx --repo ingress-nginx/ingress-nginx > values.yamlnano values.yamlcontroller:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gicontroller:
admissionwebhooks:
createSecretJob:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gicontroller:
admissionwebhooks:
patchWebhookJob:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gihelm install ingress-nginx ingress-nginx/ingress-nginx --namespace ingress-nginx --values values.yaml