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