blob: 89e53fa891c3b40ce4d9799a86a871d5ca51a9ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
global:
namespace: monitoring
grafana:
deployment:
labels:
app.kubernetes.io/name: grafana
service:
labels:
app.kubernetes.io/name: grafana
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
traefik.ingress.kubernetes.io/router.tls.certresolver: "default"
traefik.ingress.kubernetes.io/redirect-entry-point: https
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- grafana.topkek.cloud
path: /
tls:
- hosts:
- grafana.topkek.cloud
secretName: grafana-tls
datasources:
datasources.yaml:
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus-server.monitoring.svc.cluster.local
isDefault: true
|