First release

This commit is contained in:
Adrien Reslinger 2020-03-26 11:59:21 +01:00
parent ce73b2d37b
commit 0c361b1ebc
19 changed files with 26940 additions and 0 deletions

18
templates/service.yaml Normal file
View file

@ -0,0 +1,18 @@
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