Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viktoschi/d92823361ac03fbefaae5c73fee0fbda to your computer and use it in GitHub Desktop.
Save viktoschi/d92823361ac03fbefaae5c73fee0fbda to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: vote-service
spec:
type: LoadBalancer
selector:
app: vote-label
ports:
- port: 80
# Optional: Port Mapping
# targetPort: 6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment