Skip to content

Instantly share code, notes, and snippets.

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