From 234cc41587b1f1fc0fc8a6856fa00139e5e627f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 20 Feb 2026 12:54:25 +0100 Subject: [PATCH] add service into intranet --- deploy.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deploy.yml b/deploy.yml index 43bc8fb..6201f31 100644 --- a/deploy.yml +++ b/deploy.yml @@ -39,4 +39,18 @@ spec: protocol: TCP port: 25 targetPort: 25 +--- +apiVersion: v1 +kind: Service +metadata: + name: smtp-local +spec: + type: LoadBalancer + selector: + app: smtp + ports: + - name: smtp + protocol: TCP + port: 25 + targetPort: 25