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 configuration
ingress: ingress:
enabled: true enabled: true
className: nginx className: haproxy
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/proxy-body-size: "0" # HAProxy handles large body sizes by default, no annotation needed
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
hosts: hosts:
- host: gitea0213.kro.kr - host: gitea0213.kro.kr
paths: paths: