From fbe168886f79b29b5a2ef7fa87c8b1c558f65f7f Mon Sep 17 00:00:00 2001 From: smoskvin Date: Fri, 3 Jun 2022 20:43:20 +0300 Subject: [PATCH] true --- guestbook/guestbook-ui-svc.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guestbook/guestbook-ui-svc.yaml b/guestbook/guestbook-ui-svc.yaml index c5476ec..afa6fc0 100644 --- a/guestbook/guestbook-ui-svc.yaml +++ b/guestbook/guestbook-ui-svc.yaml @@ -5,10 +5,10 @@ metadata: spec: type: NodePort ports: -- name: http - port: 80 - targetPort: 80 - nodePort: 30036 - protocol: TCP + - name: http + port: 80 + targetPort: 80 + nodePort: 30036 + protocol: TCP selector: app: guestbook-ui