Created
February 23, 2021 16:27
-
-
Save eyarz/3dede9840eef43af45fee7ecaffe6387 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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