From f38cbedcba37f83348c1a0d6b2cdf089838bf3bb Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 22:47:18 +0900 Subject: [PATCH] REFACTOR(traefik): switch from HAProxy - to Traefik ingress controller - Update all ingress files to use ingressClassName: traefik - Update cert-manager ClusterIssuer to use traefik class - Remove haproxy.org annotations from ingress files - Update vault helm-values to use traefik --- falco/ingress.yaml | 3 +-- vault/helm-values.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/falco/ingress.yaml b/falco/ingress.yaml index c7caedb..2200d96 100644 --- a/falco/ingress.yaml +++ b/falco/ingress.yaml @@ -5,9 +5,8 @@ metadata: namespace: falco annotations: cert-manager.io/cluster-issuer: "letsencrypt-prod" - haproxy.org/ssl-redirect: "true" spec: - ingressClassName: haproxy + ingressClassName: traefik tls: - hosts: - falco0213.kro.kr diff --git a/vault/helm-values.yaml b/vault/helm-values.yaml index eb95c58..6d9293d 100644 --- a/vault/helm-values.yaml +++ b/vault/helm-values.yaml @@ -45,7 +45,7 @@ server: # Ingress 설정 ingress: enabled: true - ingressClassName: haproxy + ingressClassName: traefik annotations: cert-manager.io/cluster-issuer: letsencrypt-prod hosts: