Skip to content

Instantly share code, notes, and snippets.

@fabripautasso
Created February 18, 2020 20:09
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 fabripautasso/58451b2dd946017b232865f37288ad16 to your computer and use it in GitHub Desktop.
Save fabripautasso/58451b2dd946017b232865f37288ad16 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: api
spec:
type: NodePort
ports:
- port: 80
targetPort: 3030
nodePort: 30000
selector:
role: api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment