From 832bb3fde7c6989a691031287c63dbb69b900281 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Thu, 12 Oct 2023 14:22:10 +0200 Subject: [PATCH] Fix postfix svc --- kustomize/postfix-svc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kustomize/postfix-svc.yaml b/kustomize/postfix-svc.yaml index 33526a1..f576a22 100644 --- a/kustomize/postfix-svc.yaml +++ b/kustomize/postfix-svc.yaml @@ -10,6 +10,7 @@ spec: tier: smtp type: LoadBalancer ports: - - port: 30587 + - nodePort: 30587 + port: 587 targetPort: 587 name: postfix-smtp