From fa7a3d97b75daa4830de336176b0117c031ae519 Mon Sep 17 00:00:00 2001 From: Martyn Date: Sat, 4 Oct 2025 15:07:10 +0200 Subject: [PATCH] Normal ports, on lan pls --- everything-app/mailhog4masto.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/everything-app/mailhog4masto.yaml b/everything-app/mailhog4masto.yaml index 2408810..33124b3 100644 --- a/everything-app/mailhog4masto.yaml +++ b/everything-app/mailhog4masto.yaml @@ -12,3 +12,10 @@ spec: chart: mailhog repoURL: https://codecentric.github.io/helm-charts targetRevision: 5.8.0 + helm: + valuesObject: + service: + port: + http: 80 + smtp: 25 + type: LoadBalancer