forked from falcosecurity/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
434 lines (369 loc) · 11.2 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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
# Default values for falcosidekick.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 2
image:
registry: docker.io
repository: falcosecurity/falcosidekick
tag: 2.24.0
pullPolicy: IfNotPresent
podSecurityContext:
runAsUser: 1234
fsGroup: 1234
# One or more secrets to be used when pulling images
imagePullSecrets: []
# - registrySecretName
nameOverride: ""
fullnameOverride: ""
podSecurityPolicy:
create: false
priorityClassName: ""
podAnnotations: {}
config:
existingSecret: ""
extraEnv: []
debug: false
##
## a list of escaped comma separated custom fields to add to falco events, syntax is "key:value\,key:value"
customfields: ""
mutualtlsfilespath: "/etc/certs" # folder which will used to store client.crt, client.key and ca.crt files for mutual tls (default: "/etc/certs")
slack:
webhookurl: ""
footer: ""
icon: ""
username: ""
outputformat: "all"
minimumpriority: ""
messageformat: ""
rocketchat:
webhookurl: ""
icon: ""
username: ""
outputformat: "all"
minimumpriority: ""
messageformat: ""
mutualtls: false
checkcert: true
mattermost:
webhookurl: ""
footer: ""
icon: ""
username: ""
outputformat: "all"
minimumpriority: ""
messageformat: ""
mutualtls: false
checkcert: true
teams:
webhookurl: ""
activityimage: ""
outputformat: "all"
minimumpriority: ""
datadog:
apikey: ""
minimumpriority: ""
host: ""
alertmanager:
hostport: ""
minimumpriority: ""
mutualtls: false
checkcert: true
elasticsearch:
hostport: ""
index: "falco"
type: "event"
minimumpriority: ""
mutualtls: false
checkcert: true
username: ""
password: ""
influxdb:
hostport: ""
database: "falco"
user: ""
password: ""
minimumpriority: ""
mutualtls: false
checkcert: true
loki:
hostport: ""
minimumpriority: ""
mutualtls: false
checkcert: true
nats:
hostport: ""
minimumpriority: ""
mutualtls: false
checkcert: true
stan:
hostport: ""
clusterid: ""
clientid: ""
minimumpriority: ""
mutualtls: false
checkcert: true
aws:
rolearn: ""
accesskeyid: ""
secretaccesskey: ""
region: ""
cloudwatchlogs:
loggroup: ""
logstream: ""
minimumpriority: ""
lambda:
functionname: ""
minimumpriority: ""
sns:
topicarn: ""
rawjson: false
minimumpriority: ""
sqs:
url: ""
minimumpriority: ""
s3:
bucket: ""
prefix: ""
minimumpriority: ""
smtp:
hostport: ""
user: ""
password: ""
from: ""
to: ""
outputformat: "html"
minimumpriority: ""
opsgenie:
apikey: ""
region: ""
minimumpriority: ""
mutualtls: false
checkcert: true
statsd:
forwarder: ""
namespace: "falcosidekick."
dogstatsd:
forwarder: ""
namespace: "falcosidekick."
tags: ""
webhook:
address: ""
customHeaders: "" # a list of comma separated custom headers to add, syntax is "key:value\,key:value"
minimumpriority: ""
mutualtls: false
checkcert: true
azure:
subscriptionID: ""
resourceGroupName: ""
podIdentityClientID: ""
podIdentityName: ""
eventHub:
namespace: ""
name: ""
minimumpriority: ""
discord:
webhookurl: ""
icon: ""
minimumpriority: ""
gcp:
credentials: "" # The base64-encoded JSON key file for the GCP service account
pubsub:
projectid: "" # The GCP Project ID containing the Pub/Sub Topic
topic: "" # The name of the Pub/Sub topic
minimumpriority: ""
storage:
prefix: ""
bucket: ""
minimumpriority: "debug"
cloudfunctions:
name: "" # The name of the Cloud Function name
minimumpriority: ""
cloudrun:
endpoint: "" # the URL of the Cloud Run function
jwt: "" # JWT for the private access to Cloud Run function
minimumpriority: ""
googlechat:
webhookurl: ""
outputformat: "all"
minimumpriority: ""
messageformat: ""
kafka:
hostport: ""
topic: ""
partition: "0"
messageformat: ""
minimumpriority: ""
pagerduty:
routingkey: ""
minimumpriority: ""
kubeless:
function: ""
namespace: ""
port: 8080
minimumpriority: ""
mutualtls: false
checkcert: true
openfaas:
functionname: ""
functionnamespace: "openfaas-fn"
gatewayservice: "gateway"
gatewayport: 8080
gatewaynamespace: "openfaas"
minimumpriority: ""
mutualtls: false
checkcert: true
cloudevents:
address: ""
extension: ""
minimumpriority: ""
rabbitmq:
url: ""
queue: ""
minimumpriority: "debug"
wavefront:
endpointtype: "" # Wavefront endpoint type, must be 'direct' or 'proxy'. If not empty, with endpointhost, Wavefront output is enabled
endpointhost: "" # Wavefront endpoint address (only the host). If not empty, with endpointhost, Wavefront output is enabled
endpointtoken: "" # Wavefront token. Must be used only when endpointtype is 'direct'
endpointmetricport: 2878 # Wavefront endpoint port when type is 'proxy'
metricname: "falco.alert" # Metric to be created in Wavefront. Defaults to falco.alert
batchsize: 10000 # max batch of data sent per flush interval. defaults to 10,000. Used only in direct mode
flushintervalseconds: 1 # Time in seconds between flushing metrics to Wavefront. Defaults to 1s
minimumpriority: "debug" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)
grafana:
hostport: "" # http://{domain or ip}:{port}, if not empty, Grafana output is enabled
apikey: "" # API Key to authenticate to Grafana, if not empty, Grafana output is enabled
dashboardid: "" # annotations are scoped to a specific dashboard. Optionnal.
panelid: "" # annotations are scoped to a specific panel. Optionnal.
allfieldsastags: false # if true, all custom fields are added as tags (default: false)
mutualtls: false # if true, checkcert flag will be ignored (server cert will always be checked)
checkcert: true # check if ssl certificate of the output is valid (default: true)
minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)
fission:
function: "" # Name of Fission function, if not empty, Fission is enabled
routernamespace: "fission" # Namespace of Fission Router, "fission" (default)
routerservice: "router" # Service of Fission Router, "router" (default)
routerport: 80 # Port of service of Fission Router
minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)
checkcert: true # check if ssl certificate of the output is valid (default: true)
mutualtls: false # if true, checkcert flag will be ignored (server cert will always be checked)
yandex:
accesskeyid: "" # yandex access key
secretaccesskey: "" # yandex secret access key
region: "" # yandex storage region (default: ru-central-1)
s3:
endpoint: "" # yandex storage endpoint (default: https://storage.yandexcloud.net)
bucket: "" # Yandex storage, bucket name
prefix: "" # name of prefix, keys will have format: s3://<bucket>/<prefix>/YYYY-MM-DD/YYYY-MM-DDTHH:mm:ss.s+01:00.json
minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|erro
kafkarest:
address: "" # The full URL to the topic (example "http://kafkarest:8082/topics/test")
version: 2 # Kafka Rest Proxy API version 2|1 (default: 2)
minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)
mutualtls: false # if true, checkcert flag will be ignored (server cert will always be checked)
checkcert: true # check if ssl certificate of the output is valid (default: true)
service:
type: ClusterIP
port: 2801
annotations: {}
# networking.gke.io/load-balancer-type: Internal
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: falcosidekick.local
paths:
- path: /
# -- pathType (e.g. ImplementationSpecific, Prefix, .. etc.)
# pathType: Prefix
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
# Add extra volumes to Falco UI deployment
extraVolumes: []
# - name: optional-mtls-volume
# configMap:
# name: falco-certs-optional
# optional: true
# items:
# - key: mtlscert.optional.tls
# path: mtlscert.optional.tls
# Add extra volumeMounts to Falco container in Falco UI deployment
extraVolumeMounts: []
# - mountPath: /etc/certs/mtlscert.optional.tls
# name: optional-mtls-volume
webui:
enabled: false
darkmode: false
image:
registry: docker.io
repository: falcosecurity/falcosidekick-ui
tag: "v1.1.0"
pullPolicy: IfNotPresent
podSecurityContext:
runAsUser: 1234
fsGroup: 1234
retention: 200
# One or more secrets to be used when pulling images
imagePullSecrets: []
# - registrySecretName
podSecurityPolicy:
create: false
priorityClassName: ""
podAnnotations: {}
service:
# type: NodePort
type: ClusterIP
port: 2802
nodePort: 30282
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: falcosidekick-ui.local
paths:
- path: /ui
# -- pathType (e.g. ImplementationSpecific, Prefix, .. etc.)
# pathType: Prefix
- path: /events
# pathType: Prefix
- path: /healthz
# pathType: Prefix
- path: /ws
# pathType: Prefix
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}