Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created November 4, 2015 14:33
Show Gist options
  • Save kelseyhightower/613bc170db5a6c7fb652 to your computer and use it in GitHub Desktop.
Save kelseyhightower/613bc170db5a6c7fb652 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: inspector
labels:
app: inspector
spec:
type: NodePort
selector:
app: inspector
ports:
- name: http
nodePort: 36000
port: 80
protocol: TCP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment