From d2c49bd90b85e605f4b795eaceebd466c2c95974 Mon Sep 17 00:00:00 2001 From: smoskvin Date: Fri, 3 Jun 2022 12:32:05 +0300 Subject: [PATCH] nodeport-3 --- 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 a0b2c23..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