Skip to content

Instantly share code, notes, and snippets.

@alok87
Created February 29, 2020 10:30
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 alok87/379c6234b582f555c141f6fddea9fbce to your computer and use it in GitHub Desktop.
Save alok87/379c6234b582f555c141f6fddea9fbce to your computer and use it in GitHub Desktop.
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