Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created May 11, 2020 08:20
Show Gist options
  • Save vamsijakkula/faed3b01aa2485ecab1bec0cde13a547 to your computer and use it in GitHub Desktop.
Save vamsijakkula/faed3b01aa2485ecab1bec0cde13a547 to your computer and use it in GitHub Desktop.
hello-whale-svc
apiVersion: v1
kind: Service
metadata:
name: hello-whale-svc
labels:
app: hello-whale-app
spec:
selector:
app: hello-whale-app
version: blue
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