Skip to content

Instantly share code, notes, and snippets.

@vamsijakkula
Created May 20, 2020 04:31
Show Gist options
  • Save vamsijakkula/2ec74fc7070a53a4e0b7714fe13b4426 to your computer and use it in GitHub Desktop.
Save vamsijakkula/2ec74fc7070a53a4e0b7714fe13b4426 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: hello-whale-blue-svc
labels:
app: hello-whale-app
version: blue
spec:
selector:
app: hello-whale-app
type: LoadBalancer
ports:
- port: 80
targetPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment