Skip to content

Instantly share code, notes, and snippets.

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