diff --git a/kustomize/roundcube-svc.yaml b/kustomize/roundcube-svc.yaml index 80d2a0f..2b1e843 100644 --- a/kustomize/roundcube-svc.yaml +++ b/kustomize/roundcube-svc.yaml @@ -9,12 +9,12 @@ spec: app: roundcube tier: frontend type: LoadBalancer -status: - loadBalancer: - ingress: - - ip: 192.0.2.127 ports: - nodePort: 30180 port: 80 protocol: TCP - targetPort: 80 \ No newline at end of file + targetPort: 80 +status: + loadBalancer: + ingress: + - ip: 192.0.2.127 \ No newline at end of file