Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created May 9, 2020 14:26
Show Gist options
  • Save vamsijakkula/654a011cdbe200522d6cc789c554c0fc to your computer and use it in GitHub Desktop.
Save vamsijakkula/654a011cdbe200522d6cc789c554c0fc to your computer and use it in GitHub Desktop.
Hello-Whale
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