Add back guestbook-ui-svc.yaml

This commit is contained in:
Jesse Suen 2018-12-10 18:08:29 -08:00
parent b0decab622
commit 8c06d23268
No known key found for this signature in database
GPG Key ID: 90C911E8A6106562
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: guestbook-ui
spec:
ports:
- port: 80
targetPort: 80
selector:
app: guestbook-ui
type: LoadBalancer