Skip to content

Instantly share code, notes, and snippets.

@suprith-s-reddy
Created April 28, 2020 18:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save suprith-s-reddy/530fb3453d906b09c9867949d7e06cce to your computer and use it in GitHub Desktop.
Kubernetes client IP service for vue application
apiVersion: v1
kind: Service
metadata:
name: web
spec:
selector:
app: web
ports:
- port: 3000
targetPort: 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment