From 186b8178d7471d0f930e0e5fb2a5326bba0efb6c Mon Sep 17 00:00:00 2001 From: Quentin Legot Date: Thu, 12 Oct 2023 14:02:29 +0200 Subject: [PATCH] status was place at wrong place --- kustomize/roundcube-svc.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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