FEAT(falco): add Falco UI Ingress via infrastructure
- Add ingress for Falco UI - Configure routing
This commit is contained in:
@@ -1,24 +0,0 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
name: falco-ui-ingress
|
|
||||||
namespace: falco
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
||||||
spec:
|
|
||||||
ingressClassName: haproxy
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- falco0213.kro.kr
|
|
||||||
secretName: falco-ui-tls
|
|
||||||
rules:
|
|
||||||
- host: falco0213.kro.kr
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
backend:
|
|
||||||
service:
|
|
||||||
name: falco-falcosidekick-ui
|
|
||||||
port:
|
|
||||||
number: 2802
|
|
||||||
@@ -4,6 +4,3 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
# ArgoCD Application 리소스는 root kustomization.yaml에서 관리
|
# ArgoCD Application 리소스는 root kustomization.yaml에서 관리
|
||||||
# - argocd/falco.yaml
|
# - argocd/falco.yaml
|
||||||
|
|
||||||
# Falco UI Ingress
|
|
||||||
- ingress/falco-ui-ingress.yaml
|
|
||||||
|
|||||||
Reference in New Issue
Block a user