From e50c4521306ec4be0d8dbee04a957833faff26dc Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Tue, 13 May 2025 09:41:33 +0300 Subject: [PATCH] Change the host to webmail insted of mail --- manifests/mailu/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mailu/values.yaml b/manifests/mailu/values.yaml index 96d547f..3cba2dc 100644 --- a/manifests/mailu/values.yaml +++ b/manifests/mailu/values.yaml @@ -10,7 +10,7 @@ ingress: traefik.ingress.kubernetes.io/router.tls: "true" nginx.ingress.kubernetes.io/backend-protocol: "HTTP" hosts: - - host: mail.dvirlabs.com + - host: webmail.dvirlabs.com paths: - path: / pathType: Prefix