FEAT(velero): activate HTTPS in Falco and update Velero version

- Enable HTTPS for Falco UI
- Update Velero chart version
This commit is contained in:
2025-12-25 22:17:14 +09:00
parent cf249930a7
commit 7eba5c06c4

View File

@@ -4,15 +4,14 @@ metadata:
name: falco-ui-ingress
namespace: falco
annotations:
# cert-manager.io/cluster-issuer: letsencrypt-prod # Disabled due to rate limit
haproxy.org/ssl-redirect: "false" # Disable SSL redirect temporarily
cert-manager.io/cluster-issuer: "letsencrypt-prod"
haproxy.org/ssl-redirect: "true"
spec:
ingressClassName: haproxy
# TLS disabled temporarily due to Let's Encrypt rate limit
# tls:
# - hosts:
# - falco0213.kro.kr
# secretName: falco-ui-tls
tls:
- hosts:
- falco0213.kro.kr
secretName: falco-ui-tls
rules:
- host: falco0213.kro.kr
http: