-
Notifications
You must be signed in to change notification settings - Fork 5
/
grafana.yaml
47 lines (47 loc) · 955 Bytes
/
grafana.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
apiVersion: integreatly.org/v1alpha1
kind: GrafanaDataSource
metadata:
name: prometheus
labels:
app: grafana
finalizers: []
spec:
name: prometheus.yaml
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus-operated:9090
isDefault: true
version: 1
editable: true
jsonData:
tlsSkipVerify: true
timeInterval: "5s"
---
apiVersion: integreatly.org/v1alpha1
kind: Grafana
metadata:
name: grafana-strimzi
labels:
app: grafana
spec:
ingress:
enabled: True
config:
log:
mode: "console"
level: "warn"
security:
admin_user: "root"
admin_password: "secret"
auth:
disable_login_form: False
disable_signout_menu: True
auth.basic:
enabled: True
auth.anonymous:
enabled: False
dashboardLabelSelector:
- matchExpressions:
- {key: app, operator: In, values: [grafana]}