Skip to content

Instantly share code, notes, and snippets.

@ranhsd
Created May 18, 2017 10:51
Show Gist options
  • Save ranhsd/f44cddf0dbeaf69fac1b650d85f27426 to your computer and use it in GitHub Desktop.
Save ranhsd/f44cddf0dbeaf69fac1b650d85f27426 to your computer and use it in GitHub Desktop.
mongo-service.yml
apiVersion: v1
kind: Service
metadata:
name: mongo
labels:
app: mongo
tier: backend
role: master
spec:
ports:
- port: 27017
targetPort: 27017
selector:
name: mongo
app: mongo
tier: backend
role: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment