-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkube-prometheus.yaml
41 lines (41 loc) · 1.06 KB
/
kube-prometheus.yaml
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
35
36
37
38
39
40
41
apiVersion: helm.fluxcd.io/v1
kind: HelmRelease
metadata:
name: kube-prometheus
namespace: kube-prometheus
spec:
releaseName: kube-prometheus
chart:
repository: https://prometheus-community.github.io/helm-charts
name: kube-prometheus-stack
version: 19.2.2
values:
prometheus:
prometheusSpec:
storageSpec:
emptyDir: {}
grafana:
grafana.ini:
auth.anonymous:
enabled: true
dashboards:
default:
node-exporter:
gnetId: 1860
revision: 15
datasource: Prometheus
deployments:
gnetId: 8588
revision: 1
datasource: Prometheus
adminPassword: "admin"
ingress:
annotations:
kubernetes.io/ingress.class: $SHARINGIO_PAIR_INSTANCE_INGRESS_CLASS_NAME
enabled: true
hosts:
- grafana.$SHARINGIO_PAIR_INSTANCE_SETUP_BASEDNSNAME
tls:
- secretName: letsencrypt-prod
hosts:
- grafana.$SHARINGIO_PAIR_INSTANCE_SETUP_BASEDNSNAME