From ffb572e7625277cecbfd50c5f3311a4c65bb3f1d Mon Sep 17 00:00:00 2001 From: Simen Kirkvik Date: Thu, 8 Jan 2026 14:09:31 +0100 Subject: [PATCH] fix(nginx): Set default backend to custom-error-pages --- .../ingress-nginx/values/ingress-nginx.yaml.gotmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/values/ingress-nginx/values/ingress-nginx.yaml.gotmpl b/values/ingress-nginx/values/ingress-nginx.yaml.gotmpl index fad91a69..00bb1dda 100644 --- a/values/ingress-nginx/values/ingress-nginx.yaml.gotmpl +++ b/values/ingress-nginx/values/ingress-nginx.yaml.gotmpl @@ -113,6 +113,20 @@ controller: defaultBackend: enabled: true + image: + registry: registry.k8s.io + image: ingress-nginx/custom-error-pages + ## for backwards compatibility consider setting the full image url via the repository value below + ## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail + ## repository: + tag: "v1.2.5" + pullPolicy: IfNotPresent + # nobody user -> uid 65534 + runAsUser: 65534 + runAsNonRoot: true + readOnlyRootFilesystem: true + allowPrivilegeEscalation: false + tolerations: - key: unschedulable operator: Exists