From 59c3a5ea4f728e79b20d7202c59e7234b223f001 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 26 Dec 2025 12:09:23 +0900 Subject: [PATCH] FIX(gitea): change ingress nginx to haproxy Fixes: 404 Not Found error due to nginx ingress class --- gitea/helm-values/gitea.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index fc05680..00e5f9c 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -139,12 +139,10 @@ service: # Ingress configuration ingress: enabled: true - className: nginx + className: haproxy annotations: cert-manager.io/cluster-issuer: letsencrypt-prod - nginx.ingress.kubernetes.io/proxy-body-size: "0" - nginx.ingress.kubernetes.io/proxy-read-timeout: "600" - nginx.ingress.kubernetes.io/proxy-send-timeout: "600" + # HAProxy handles large body sizes by default, no annotation needed hosts: - host: gitea0213.kro.kr paths: