From d9266f3fd319d2b4a663433f31e37c7f3b044c92 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 22:50:48 +0900 Subject: [PATCH] CHORE(traefik): update gitea ingress to use Traefik - Change ingressClassName to traefik - Update ingress annotations --- gitea/helm-values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 4b07175..e27b579 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -140,10 +140,9 @@ service: # Ingress configuration ingress: enabled: true - className: haproxy + className: traefik annotations: cert-manager.io/cluster-issuer: letsencrypt-prod - # HAProxy handles large body sizes by default, no annotation needed hosts: - host: gitea0213.kro.kr paths: