github.com/timstclair/heapster@v0.20.0-alpha1/deploy/kube-config/influxdb/grafana-service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    labels:
     5      kubernetes.io/cluster-service: 'true'
     6      kubernetes.io/name: monitoring-grafana
     7    name: monitoring-grafana
     8    namespace: kube-system
     9  spec:
    10    # In a production setup, we recommend accessing Grafana through an external Loadbalancer
    11    # or through a public IP. 
    12    # type: LoadBalancer
    13    ports:
    14    - port: 80
    15      targetPort: 3000
    16    selector:
    17      name: influxGrafana