FIX(gitea): change ingress nginx to haproxy

Fixes: 404 Not Found error due to nginx ingress class
This commit is contained in:
2025-12-26 12:09:23 +09:00
parent 6805058bc4
commit 59c3a5ea4f

View File

@@ -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: