Skip to content

Commit

Permalink
Add back guestbook-ui-svc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesuen committed Dec 11, 2018
1 parent b0decab commit 8c06d23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions guestbook/guestbook-ui-svc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: guestbook-ui
spec:
ports:
- port: 80
targetPort: 80
selector:
app: guestbook-ui
type: LoadBalancer

0 comments on commit 8c06d23

Please sign in to comment.