From 018d7f8abdb2dc47d25ff8b0969a70465c69b2fc Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Tue, 10 Oct 2023 15:36:27 +0200 Subject: [PATCH] Added protocol and targetPort to roundcube svc --- kustomize/roundcube-svc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kustomize/roundcube-svc.yaml b/kustomize/roundcube-svc.yaml index f048e78..7f70e01 100644 --- a/kustomize/roundcube-svc.yaml +++ b/kustomize/roundcube-svc.yaml @@ -12,3 +12,5 @@ spec: ports: - nodePort: 30180 port: 80 + protocol: TCP + targetPort: 80 \ No newline at end of file