REFACTOR(traefik): switch ingress to Traefik

- Update ingressClassName from haproxy to traefik
- Remove haproxy.org annotations
This commit is contained in:
2025-12-29 22:47:47 +09:00
parent 005da570e6
commit a30dbf138f
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -10,7 +10,7 @@ metadata:
# cert-manager가 인증서를 자동으로 발급하도록 설정
cert-manager.io/cluster-issuer: "letsencrypt-prod"
spec:
ingressClassName: haproxy
ingressClassName: traefik
# TLS 설정
tls:
- hosts: