apiVersion: v1 kind: Service metadata: name: guestbook-ui spec: ports: - name: http port: 80 targetPort: 80 protocol: TCP selector: app: guestbook-ui