Files
kube-prometheus/manifests/grafana/grafana-svc.yaml
2016-10-24 13:44:12 +02:00

17 lines
257 B
YAML

apiVersion: v1
kind: Service
metadata:
name: grafana
labels:
app: grafana
annotations:
prometheus.io/scrape: 'true'
spec:
type: NodePort
ports:
- name: web
port: 3000
protocol: TCP
nodePort: 30902
selector:
app: grafana