FIX(falco): disable SSL redirect for Falco UI
- Disable SSL redirect on ingress - Fix routing configuration
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user