This repository has been archived by the owner on Oct 29, 2020. It is now read-only.
forked from netdata/helmchart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
258 lines (225 loc) · 5.4 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
replicaCount: 1
deploymentStrategy:
type: Recreate
image:
repository: netdata/netdata
tag: v1.25.0
pullPolicy: Always
sd:
repository: netdata/agent-sd
tag: v0.1.0
pullPolicy: Always
child:
enabled: true
configmap:
name: netdata-child-sd-config-map
key: config.yml
# if 'from' is {} the ConfigMap is not generated
from:
file: sdconfig/child.yml
value: {}
resources: {}
# limits:
# cpu: 50m
# memory: 60Mi
# requests:
# cpu: 50m
# memory: 60Mi
sysctlImage:
enabled: false
repository: alpine
tag: latest
pullPolicy: Always
command: []
resources: {}
service:
type: ClusterIP
port: 19999
# Use a static loadBalancerIP. Only to be used with type LoadBalancer
# loadBalancerIP: 10.0.1.69
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
path: /
hosts:
- netdata.k8s.local
# tls:
# - secretName: netdata-tls
# hosts:
# - netdata.k8s.local
rbac:
create: true
pspEnabled: true
serviceAccount:
create: true
name: netdata
parent:
resources: {}
# limits:
# cpu: 4
# memory: 4096Mi
# requests:
# cpu: 4
# memory: 4096Mi
nodeSelector: {}
tolerations: []
affinity: {}
priorityClassName: ""
env: {}
# To disable anonymous statistics:
# DO_NOT_TRACK: 1
podLabels: {}
podAnnotations: {}
database:
persistence: true
# Set '-' as the storageclass to get a volume from the default storage class.
storageclass: "-"
volumesize: 2Gi
alarms:
persistence: true
# Set '-' as the storageclass to get a volume from the default storage class.
storageclass: "-"
volumesize: 100Mi
configs:
stream:
enabled: true
path: /etc/netdata/stream.conf
data: |
[11111111-2222-3333-4444-555555555555]
enabled = yes
history = 3600
default memory mode = save
health enabled by default = auto
allow from = *
netdata:
enabled: true
path: /etc/netdata/netdata.conf
data: |
[global]
memory mode = save
bind to = 0.0.0.0:19999
[plugins]
cgroups = no
tc = no
enable running new plugins = no
check for new plugins every = 72000
python.d = no
charts.d = no
go.d = no
node.d = no
apps = no
proc = no
idlejitter = no
diskspace = no
health:
enabled: true
path: /etc/netdata/health_alarm_notify.conf
data: |
SEND_EMAIL="NO"
SEND_SLACK="YES"
SLACK_WEBHOOK_URL=""
DEFAULT_RECIPIENT_SLACK=""
role_recipients_slack[sysadmin]="${DEFAULT_RECIPIENT_SLACK}"
role_recipients_slack[domainadmin]="${DEFAULT_RECIPIENT_SLACK}"
role_recipients_slack[dba]="${DEFAULT_RECIPIENT_SLACK}"
role_recipients_slack[webmaster]="${DEFAULT_RECIPIENT_SLACK}"
role_recipients_slack[proxyadmin]="${DEFAULT_RECIPIENT_SLACK}"
role_recipients_slack[sitemgr]="${DEFAULT_RECIPIENT_SLACK}"
example:
enabled: false
path: /etc/netdata/health.d/example.conf
data: |
alarm: example_alarm1
on: example.random
every: 2s
warn: $random1 > (($status >= $WARNING) ? (70) : (80))
crit: $random1 > (($status == $CRITICAL) ? (80) : (90))
info: random
to: sysadmin
claiming:
enabled: false
token: ""
rooms: ""
url: "https://app.netdata.cloud"
child:
enabled: true
updateStrategy: {}
# type: RollingUpdate
# rollingUpdate:
# maxUnavailable: 1
resources: {}
# limits:
# cpu: 4
# memory: 4096Mi
# requests:
# cpu: 4
# memory: 4096Mi
nodeSelector: {}
tolerations:
- operator: Exists
effect: NoSchedule
affinity: {}
priorityClassName: ""
podLabels: {}
podAnnotationAppArmor:
enabled: true
podAnnotations: {}
persistUniqueID: true
configs:
netdata:
enabled: true
path: /etc/netdata/netdata.conf
data: |
[global]
memory mode = none
[health]
enabled = no
stream:
enabled: true
path: /etc/netdata/stream.conf
data: |
[stream]
enabled = yes
destination = netdata:19999
api key = 11111111-2222-3333-4444-555555555555
timeout seconds = 60
buffer size bytes = 1048576
reconnect delay seconds = 5
initial clock resync iterations = 60
go.d:
enabled: true
path: /etc/netdata/go.d.conf
data: |
modules:
apache: yes
bind: yes
freeradius: yes
lighttpd: yes
mysql: yes
nginx: yes
openvpn: yes
phpfpm: yes
rabbitmq: yes
kubelet:
enabled: true
path: /etc/netdata/go.d/k8s_kubelet.conf
data: |
update_every: 1
autodetection_retry: 0
jobs:
- url: http://127.0.0.1:10255/metrics
- url: https://localhost:10250/metrics
tls_skip_verify: yes
kubeproxy:
enabled: true
path: /etc/netdata/go.d/k8s_kubeproxy.conf
data: |
update_every: 1
autodetection_retry: 0
jobs:
- url: http://127.0.0.1:10249/metrics
env: {}
# To disable anonymous statistics:
# DO_NOT_TRACK: 1