Skip to content

Commit

Permalink
Create svc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshbhakare authored Dec 12, 2023
1 parent 5e90353 commit 5871f78
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bluegreen/svc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: testing
name: myapp
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
selector:
app: blue
status:
loadBalancer: {}

0 comments on commit 5871f78

Please sign in to comment.