diff --git a/guestbook/guestbook-ui-svc.yaml b/guestbook/guestbook-ui-svc.yaml index cc979f2..c5476ec 100644 --- a/guestbook/guestbook-ui-svc.yaml +++ b/guestbook/guestbook-ui-svc.yaml @@ -6,9 +6,9 @@ spec: type: NodePort ports: - name: http - port: 80 - targetPort: 80 - nodePort: 30036 - protocol: TCP + port: 80 + targetPort: 80 + nodePort: 30036 + protocol: TCP selector: app: guestbook-ui