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
This commit is contained in:
2025-12-29 22:47:18 +09:00
parent 1b139e53dc
commit f38cbedcba
2 changed files with 2 additions and 3 deletions

View File

@@ -5,9 +5,8 @@ metadata:
namespace: falco namespace: falco
annotations: annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod" cert-manager.io/cluster-issuer: "letsencrypt-prod"
haproxy.org/ssl-redirect: "true"
spec: spec:
ingressClassName: haproxy ingressClassName: traefik
tls: tls:
- hosts: - hosts:
- falco0213.kro.kr - falco0213.kro.kr

View File

@@ -45,7 +45,7 @@ server:
# Ingress 설정 # Ingress 설정
ingress: ingress:
enabled: true enabled: true
ingressClassName: haproxy ingressClassName: traefik
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod cert-manager.io/cluster-issuer: letsencrypt-prod
hosts: hosts: