FEAT(velero): activate HTTPS in Falco and update Velero version
- Enable HTTPS for Falco UI - Update Velero chart version
This commit is contained in:
@@ -4,15 +4,14 @@ metadata:
|
|||||||
name: falco-ui-ingress
|
name: falco-ui-ingress
|
||||||
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"
|
||||||
haproxy.org/ssl-redirect: "false" # Disable SSL redirect temporarily
|
haproxy.org/ssl-redirect: "true"
|
||||||
spec:
|
spec:
|
||||||
ingressClassName: haproxy
|
ingressClassName: haproxy
|
||||||
# TLS disabled temporarily due to Let's Encrypt rate limit
|
tls:
|
||||||
# tls:
|
- hosts:
|
||||||
# - hosts:
|
- falco0213.kro.kr
|
||||||
# - falco0213.kro.kr
|
secretName: falco-ui-tls
|
||||||
# secretName: falco-ui-tls
|
|
||||||
rules:
|
rules:
|
||||||
- host: falco0213.kro.kr
|
- host: falco0213.kro.kr
|
||||||
http:
|
http:
|
||||||
|
|||||||
Reference in New Issue
Block a user