github.com/jonaz/heapster@v1.3.0-beta.0.0.20170208112634-cd3c15ca3d29/deploy/kube-config/influxdb/influxdb-service.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 labels: 5 task: monitoring 6 # For use as a Cluster add-on (https://github.com/kubernetes/kubernetes/tree/master/cluster/addons) 7 # If you are NOT using this as an addon, you should comment out this line. 8 kubernetes.io/cluster-service: 'true' 9 kubernetes.io/name: monitoring-influxdb 10 name: monitoring-influxdb 11 namespace: kube-system 12 spec: 13 ports: 14 - port: 8086 15 targetPort: 8086 16 selector: 17 k8s-app: influxdb