diff --git a/guestbook/guestbook-ui-svc.yaml b/guestbook/guestbook-ui-svc.yaml new file mode 100644 index 0000000..7c752b3 --- /dev/null +++ b/guestbook/guestbook-ui-svc.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Service +metadata: + name: guestbook-ui +spec: + ports: + - port: 80 + targetPort: 80 + selector: + app: guestbook-ui + type: LoadBalancer \ No newline at end of file