Skip to content

Instantly share code, notes, and snippets.

@alok87
Created February 29, 2020 10:30
  • 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
Embed
What would you like to do?
weave-service.yaml
apiVersion: v1
kind: Service
metadata:
labels:
k8s-app: weave-net
name: weave-net
spec:
clusterIP: None
ports:
- name: weave-metrics
port: 6782
targetPort: 6782
selector:
name: weave-net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment