Skip to content

Instantly share code, notes, and snippets.

@fhsinchy
Created February 1, 2022 06:51
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 fhsinchy/e30e4dca65284f71f59f791f33b2d1c2 to your computer and use it in GitHub Desktop.
Save fhsinchy/e30e4dca65284f71f59f791f33b2d1c2 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: api-node-port-service
spec:
type: NodePort
selector:
component: api
ports:
- port: 3000
targetPort: 3000
nodePort: 31515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment