Skip to content

Commit

Permalink
Create service.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
javahometech authored Aug 17, 2019
1 parent 8f004d6 commit 5519ff3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mongodb/service.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
kind: Service
apiVersion: v1
metadata:
name: mongodb
spec:
selector:
app: mongodb
ports:
- protocol: TCP
port: 27017
targetPort: 27017
type: NodePort

0 comments on commit 5519ff3

Please sign in to comment.