-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathprometheus-operator.values.yaml
137 lines (133 loc) · 4.48 KB
/
prometheus-operator.values.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
global:
imagePullSecrets:
alertmanager:
alertmanagerSpec:
# image:
# repository: quay.io/prometheus/alertmanager
externalUrl: http://localhost:9093/alertmanager
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/use-regex: "true"
paths:
- /alertmanager/?(.*)
pathType: Prefix
hosts: []
prometheusOperator:
# image:
# repository: quay.io/prometheus-operator/prometheus-operator
admissionWebhooks:
enabled: false
patch:
enabled: false
# prometheusConfigReloaderImage:
# repository: quay.io/prometheus-operator/prometheus-config-reloader
tls:
enabled: false
prometheus:
prometheusSpec:
# image:
# repository: quay.io/prometheus/prometheus
externalUrl: http://localhost:9090/prometheus
storageSpec:
volumeClaimTemplate:
spec:
selector:
matchLabels:
app: prometheus
resources:
requests:
storage: 5Gi
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/use-regex: "true"
paths:
- /prometheus/?(.*)
hosts: []
pathType: Prefix
grafana:
testFramework:
enabled: false
# image:
# repository: grafana/grafana
# pullSecrets:
# sidecar:
# image:
# repository: kiwigrid/k8s-sidecar
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/rewrite-target: /$1
nginx.ingress.kubernetes.io/use-regex: "true"
path: /grafana/?(.*)
hosts: []
dashboards:
default:
Cassandra-dashboard:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/Cassandra-Dashboard(corrected-by-th2-team).json
Rabbitmq-dashboard:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/rabbitmq-overview_rev11.json
Node-monitoring:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/nodes-monitoring-v1.0.0.json
Namespace-health:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/namespace_health-v1.0.2.json
Components-logs:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/components-logs.json
Monitoring:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/Monitoring.json
Infra-dashboard:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/infra-dashboard.json
JVM-dashboard:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/JVM-dashboard(for-Prometheus-Operator).json
Diagnostic-dashboard:
url: http://infra-repo.service.svc.cluster.local:8080/dashboards/diagnostic-dashboard-v1.0.2.json
dashboardProviders:
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'default'
orgId: 1
folder: ''
type: file
allowUiUpdates: true
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/default
grafana.ini:
server:
root_url: http://localhost:3000/grafana
additionalDataSources:
- name: Loki
access: proxy
type: loki
url: http://loki:3100
jsonData:
maxLines: "5000"
persistence:
enabled: true
existingClaim: grafana
plugins:
- http://infra-repo.service.svc.cluster.local:8080/plugins/flant-statusmap-panel-0.4.2.zip;flant-statusmap-panel
- http://infra-repo.service.svc.cluster.local:8080/plugins/vonage-status-panel-1.0.11.zip;vonage-status-panel
- http://infra-repo.service.svc.cluster.local:8080/plugins/blackmirror1-statusbygroup-panel-1.1.2.zip;blackmirror1-statusbygroup-panel
- http://infra-repo.service.svc.cluster.local:8080/plugins/grafana-polystat-panel-1.2.8.any.zip;grafana-polystat-panel
- http://infra-repo.service.svc.cluster.local:8080/plugins/briangann-gauge-panel-0.0.9.zip;briangann-gauge-panel
- http://infra-repo.service.svc.cluster.local:8080/plugins/yesoreyeram-boomtable-panel-1.4.1.zip;yesoreyeram-boomtable-panel
initChownData:
enabled: false
# image:
# repository: busybox
# prometheus-node-exporter:
# serviceAccount:
# imagePullSecrets:
# image:
# repository: quay.io/prometheus/node-exporter
kube-state-metrics:
metricLabelsAllowlist: ['pods=[*]','deployments=[*]']