Skip to content

Instantly share code, notes, and snippets.

@robertBrem
Created March 25, 2016 23:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save robertBrem/68706f161388b7307bb0 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: reservation-v1
labels:
name: reservation-v1
visualize: "true"
spec:
ports:
- port: 80
targetPort: 8080
nodePort: 30080
selector:
name: reservation-v1
type: NodePort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment