Skip to content

Commit

Permalink
Add service stub for lab 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
timhberry committed Feb 19, 2021
1 parent 1989725 commit 25d166b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Chapter_Three/Lecture_11_Lab/myapp-service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: myapp-service
spec:
selector:
app: myapp
version: blue
ports:
- protocol: TCP
port: 80
targetPort: 8888
type: LoadBalancer

0 comments on commit 25d166b

Please sign in to comment.