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:
@@ -5,9 +5,8 @@ metadata:
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
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:
|
||||||
- argocd0213.kro.kr
|
- argocd0213.kro.kr
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ spec:
|
|||||||
name: letsencrypt-prod
|
name: letsencrypt-prod
|
||||||
|
|
||||||
# HTTP-01 challenge를 사용하여 도메인 소유권 검증
|
# HTTP-01 challenge를 사용하여 도메인 소유권 검증
|
||||||
# HAProxy Ingress를 통해 /.well-known/acme-challenge/ 경로로 검증
|
# Traefik Ingress를 통해 /.well-known/acme-challenge/ 경로로 검증
|
||||||
solvers:
|
solvers:
|
||||||
- http01:
|
- http01:
|
||||||
ingress:
|
ingress:
|
||||||
class: haproxy
|
class: traefik
|
||||||
|
|||||||
Reference in New Issue
Block a user