Skip to content

Instantly share code, notes, and snippets.

@goindwalia
Created February 22, 2017 07:10
Show Gist options
  • Save goindwalia/ceb43c87862f7d2e1cccbbe942332686 to your computer and use it in GitHub Desktop.
Save goindwalia/ceb43c87862f7d2e1cccbbe942332686 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
Metadata:
labels:
k8s-app: mongodb3
name: mongodb3
namespace: production
spec:
type: NodePort
Ports:
- port: 27017
selector:
k8s-app: mongodb3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment