From cf249930a73aed6b7881dba95104f626e3e87e38 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 25 Dec 2025 19:42:36 +0900 Subject: [PATCH] REFACTOR(traefik): migrate all ingresses - from NGINX to HAProxy - Changed all ingressClassName from nginx to haproxy - Updated NGINX to ClusterIP mode (backup) - Set HAProxy as default ingress controller - Affected files: - ingress-nginx/ingress.yaml (22 ingresses) - vault/helm-values/vault.yaml (1 ingress) - haproxy/argocd/haproxy.yaml (controller config) - ingress-nginx/helm-values/ingress-nginx.yaml (backup mode) This completes the migration to HAProxy as the primary ingress controller. --- vault/helm-values/vault.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/helm-values/vault.yaml b/vault/helm-values/vault.yaml index 6f08855..741fe00 100644 --- a/vault/helm-values/vault.yaml +++ b/vault/helm-values/vault.yaml @@ -25,7 +25,7 @@ server: # Ingress 설정 ingress: enabled: true - ingressClassName: nginx + ingressClassName: haproxy hosts: - host: vault0213.kro.kr paths: