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 namespace: falco
annotations: annotations:
# cert-manager.io/cluster-issuer: letsencrypt-prod # Disabled due to rate limit # cert-manager.io/cluster-issuer: letsencrypt-prod # Disabled due to rate limit
haproxy.org/ssl-redirect: "false" # Disable SSL redirect temporarily
spec: spec:
ingressClassName: haproxy ingressClassName: haproxy
# TLS disabled temporarily due to Let's Encrypt rate limit # TLS disabled temporarily due to Let's Encrypt rate limit