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
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
haproxy.org/ssl-redirect: "true"
|
||||
spec:
|
||||
ingressClassName: haproxy
|
||||
ingressClassName: traefik
|
||||
tls:
|
||||
- hosts:
|
||||
- falco0213.kro.kr
|
||||
|
||||
@@ -45,7 +45,7 @@ server:
|
||||
# Ingress 설정
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: haproxy
|
||||
ingressClassName: traefik
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
|
||||
Reference in New Issue
Block a user