From 367472c8eac7751485f69b8fa28770e2ee0d309d Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 8 Nov 2025 22:14:52 -0300 Subject: [PATCH] fix: fixes ingress cert --- .k8s/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.k8s/ingress.yaml b/.k8s/ingress.yaml index 7b6ca68..28f8f6d 100644 --- a/.k8s/ingress.yaml +++ b/.k8s/ingress.yaml @@ -12,7 +12,7 @@ spec: tls: - hosts: - ${KUBE_DOMAIN} - secretName: letsencrypt-cluster-certificate-tls + secretName: frontend-tls rules: - host: ${KUBE_DOMAIN} http: