-
Notifications
You must be signed in to change notification settings - Fork 19
/
values.yaml
82 lines (73 loc) · 1.59 KB
/
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
nameOverride: "grafana-metrics"
grafana:
admin:
existingSecret: "grafana-admin-user"
userKey: admin-user
passwordKey: admin-password
grafana.ini:
log:
level: warn
log.console:
format: json
plugins:
allow_loading_unsigned_plugins: orion-datasource
users:
default_theme: light # dark | light
auth.anonymous:
enabled: false
dashboards:
default_home_dashboard_path: /tmp/dashboards/fiware-metrics-dashboard.json
initChownData:
enabled: false
persistence:
enabled: false
rbac:
pspEnabled: false
namespaced: true
securityContext: ""
sidecar:
dashboards:
enabled: true
SCProvider: true
label: grafana_dashboard
labelValue: grafana-metrics
provider:
name: FIWARE
orgid: 1
folder: "FIWARE"
disableDelete: true
allowUIUpdates: true
datasources:
enabled: true
label: grafana_datasource
labelValue: grafana-metrics
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 10m
memory: 10Mi
podLabels:
marinera/platform: fiware
marinera/component: monitoring
marinera/subcomponent: ui
marinera/product: grafana
serviceMonitor:
enabled: true
interval: 30s
resources:
limits:
cpu: 250m
memory: 250Mi
requests:
cpu: 10m
memory: 50Mi
route:
# -- To enable the OpenShift route
enabled: true
datasources:
prometheus:
url: https://thanos-querier.openshift-monitoring.svc.cluster.local:9091
tests:
enabled: true