Created
April 21, 2019 08:23
-
-
Save KamilLelonek/bc0f3f40164d5eb5fbb2cfa670a10f95 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: v1 | |
kind: Service | |
metadata: | |
name: example-node-port | |
spec: | |
type: NodePort | |
selector: | |
app: api | |
ports: | |
- port: 4444 | |
targetPort: 4444 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment