Skip to content

Instantly share code, notes, and snippets.

@roffe
Created January 13, 2019 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roffe/1c1a2317a8247f3d5ae956bddc4ac5a5 to your computer and use it in GitHub Desktop.
Save roffe/1c1a2317a8247f3d5ae956bddc4ac5a5 to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: Service
metadata:
name: imaginary
labels:
app: imaginary
spec:
ports:
- port: 9000
protocol: TCP
targetPort: 9000
selector:
app: imaginary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment