From 17508b1eacd08289d738d24b431d4e1e4edbebd8 Mon Sep 17 00:00:00 2001 From: Urtzi Alfaro Date: Tue, 20 Jan 2026 21:38:54 +0100 Subject: [PATCH] Fix: remove mail TLS from main ingress (handled by mailu ingress) --- .../networking/ingress/overlays/prod/kustomization.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/infrastructure/platform/networking/ingress/overlays/prod/kustomization.yaml b/infrastructure/platform/networking/ingress/overlays/prod/kustomization.yaml index 27c26213..032404d4 100644 --- a/infrastructure/platform/networking/ingress/overlays/prod/kustomization.yaml +++ b/infrastructure/platform/networking/ingress/overlays/prod/kustomization.yaml @@ -21,9 +21,7 @@ patches: - op: replace path: /spec/tls/0/hosts/2 value: registry.bakewise.ai - - op: add - path: /spec/tls/0/hosts/- - value: mail.bakewise.ai + # NOTE: mail.bakewise.ai TLS is handled by separate mailu ingress - op: replace path: /spec/tls/0/secretName value: bakery-ia-prod-tls-cert