From 9ca7f81c04e2d9e04a71831e7fb5e67cc07bca98 Mon Sep 17 00:00:00 2001 From: Christopher Tineo Date: Tue, 6 Jan 2026 18:27:30 -0500 Subject: [PATCH] fix: add missing ingress class annotation for balancer ingress - Add kubernetes.io/ingress.class: nginx annotation to match cluster pattern - All other working ingresses in cluster use this annotation - Fixes 404 issue when accessing balancerproject.org/admin --- balancer/kustomization.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/balancer/kustomization.yaml b/balancer/kustomization.yaml index 88e106f..f9e01b1 100644 --- a/balancer/kustomization.yaml +++ b/balancer/kustomization.yaml @@ -21,6 +21,9 @@ patches: - op: add path: /metadata/annotations/cert-manager.io~1cluster-issuer value: letsencrypt-prod + - op: add + path: /metadata/annotations/kubernetes.io~1ingress.class + value: nginx - op: replace path: /spec/tls/0/hosts/0 value: balancerproject.org