Created
May 18, 2020 15:23
-
-
Save vamsijakkula/98d15cd05e52fdc50d11a1ae5e48dcb9 to your computer and use it in GitHub Desktop.
Hello-Whale-svc
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: hello-whale-svc | |
labels: | |
app: hello-whale-app | |
spec: | |
selector: | |
app: hello-whale-app | |
type: NodePort | |
ports: | |
- nodePort: 31113 | |
port: 80 | |
targetPort: 80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment