FIX(gitea): change ingress nginx to haproxy
Fixes: 404 Not Found error due to nginx ingress class
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user