1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-29 23:41:44 +02:00
typhoon/addons/grafana/service.yaml
2018-05-30 22:37:47 -07:00

19 lines
312 B
YAML

apiVersion: v1
kind: Service
metadata:
name: grafana
namespace: monitoring
annotations:
prometheus.io/scrape: 'true'
prometheus.io/port: '8080'
spec:
type: ClusterIP
selector:
name: grafana
phase: prod
ports:
- name: http
protocol: TCP
port: 80
targetPort: 8080