From f5b9f744f76a65c3a84dde61e14eede8c2919f86 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Mon, 9 Oct 2023 16:39:07 +0200 Subject: [PATCH] Fix port not in correct range --- kustomize/roundcube-svc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kustomize/roundcube-svc.yaml b/kustomize/roundcube-svc.yaml index 0a342a7..f048e78 100644 --- a/kustomize/roundcube-svc.yaml +++ b/kustomize/roundcube-svc.yaml @@ -10,5 +10,5 @@ spec: tier: frontend type: LoadBalancer ports: - - nodePort: 8082 + - nodePort: 30180 port: 80