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: 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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user