From 7eba5c06c459511faed6ed553e2b0a69b10e9756 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 25 Dec 2025 22:17:14 +0900 Subject: [PATCH] FEAT(velero): activate HTTPS in Falco and update Velero version - Enable HTTPS for Falco UI - Update Velero chart version --- falco/ingress/falco-ui-ingress.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/falco/ingress/falco-ui-ingress.yaml b/falco/ingress/falco-ui-ingress.yaml index 1388c13..c7caedb 100644 --- a/falco/ingress/falco-ui-ingress.yaml +++ b/falco/ingress/falco-ui-ingress.yaml @@ -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: