FIX(falco): disable SSL redirect for Falco UI

- Disable SSL redirect on ingress
- Fix routing configuration
This commit is contained in:
2025-12-25 19:21:06 +09:00
parent fe6cc1f9e7
commit 25d0bc2c55

View File

@@ -5,6 +5,7 @@ metadata:
namespace: falco
annotations:
# cert-manager.io/cluster-issuer: letsencrypt-prod # Disabled due to rate limit
haproxy.org/ssl-redirect: "false" # Disable SSL redirect temporarily
spec:
ingressClassName: haproxy
# TLS disabled temporarily due to Let's Encrypt rate limit