Created
February 29, 2020 10:30
-
-
Save alok87/379c6234b582f555c141f6fddea9fbce to your computer and use it in GitHub Desktop.
weave-service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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