From 751b9fddb2c5a3983f972259ee7de2858c256144 Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Thu, 12 Oct 2023 14:00:57 +0200 Subject: [PATCH] Try to assign external ip --- kustomize/roundcube-svc.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kustomize/roundcube-svc.yaml b/kustomize/roundcube-svc.yaml index afb8198..80d2a0f 100644 --- a/kustomize/roundcube-svc.yaml +++ b/kustomize/roundcube-svc.yaml @@ -8,7 +8,11 @@ spec: selector: app: roundcube tier: frontend - type: NodePort + type: LoadBalancer +status: + loadBalancer: + ingress: + - ip: 192.0.2.127 ports: - nodePort: 30180 port: 80