Skip to content

Instantly share code, notes, and snippets.

@adrianchifor
Created May 29, 2017 17:33
Show Gist options
  • Save adrianchifor/c062ad067afe8f6b207ef513346154ea to your computer and use it in GitHub Desktop.
Save adrianchifor/c062ad067afe8f6b207ef513346154ea to your computer and use it in GitHub Desktop.
k8s service example
apiVersion: v1
kind: Service
metadata:
name: example
namespace: development
spec:
type: NodePort
selector:
app: example
env: development
ports:
- port: 5000
nodePort: 30101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment