From 911845662d14ddfbd9f87937e29c4ba055cf67c3 Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Fri, 13 Feb 2026 15:23:01 +0100 Subject: [PATCH] Update to new nginx-ingress - friends cluster This has already been applied via kubectl Connected to https://github.com/notch8/dev-ops/issues/1097 --- ops/friends-deploy.tmpl.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ops/friends-deploy.tmpl.yaml b/ops/friends-deploy.tmpl.yaml index e076146..8f2d86b 100644 --- a/ops/friends-deploy.tmpl.yaml +++ b/ops/friends-deploy.tmpl.yaml @@ -46,6 +46,7 @@ extraVolumeMounts: &volMounts ingress: enabled: true + ingressClassName: "nginx-ingress" hosts: - host: "wvu-knapsack-friends.notch8.cloud" paths: @@ -54,8 +55,7 @@ ingress: paths: - path: / annotations: { - kubernetes.io/ingress.class: "nginx", - nginx.ingress.kubernetes.io/proxy-body-size: "0", + nginx.org/client-max-body-size: "0", cert-manager.io/cluster-issuer: letsencrypt-production-dns } tls: