Skip to content

Instantly share code, notes, and snippets.

@eyarz
Created February 23, 2021 16:27
Show Gist options
  • Save eyarz/3dede9840eef43af45fee7ecaffe6387 to your computer and use it in GitHub Desktop.
Save eyarz/3dede9840eef43af45fee7ecaffe6387 to your computer and use it in GitHub Desktop.
apiVersion: vl
kind: Service
metadata :
name: <my—nodeport—service>
labels:
<my-label-key>: <my-label-value>
spec :
selector:
<my-selector-key>: <my-selector-value>
type: NodePort // <-- This sets the "type"
ports:
- port: <8081>
nodeport: <31514>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment