-
Notifications
You must be signed in to change notification settings - Fork 726
/
Copy pathvalues.yaml
50 lines (42 loc) · 1.45 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
---
# Default values for eck-stack.
# This is a YAML-formatted file.
# If enabled, will use the eck-elasticsearch chart and deploy an Elasticsearch resource.
#
eck-elasticsearch:
enabled: true
# This is adjusting the full name of the elasticsearch resource so that both the eck-elasticsearch
# and the eck-kibana chart work together by default in the eck-stack chart.
fullnameOverride: elasticsearch
# If enabled, will use the eck-kibana chart and deploy a Kibana resource.
#
eck-kibana:
enabled: true
# This is also adjusting the kibana reference to the elasticsearch resource named previously so that
# both the eck-elasticsearch and the eck-kibana chart work together by default in the eck-stack chart.
elasticsearchRef:
name: elasticsearch
# If enabled, will use the eck-agent chart and deploy an Elastic Agent instance.
#
eck-agent:
enabled: false
# If enabled, will use the eck-fleet-server chart and deploy a Fleet Server resource.
#
eck-fleet-server:
enabled: false
# If enabled, will use the eck-beats chart and deploy a Beats resource.
#
eck-beats:
enabled: false
# If enabled, will use the eck-logstash chart and deploy a Logstash resource.
#
eck-logstash:
enabled: false
# If enabled, will use the eck-apm-server chart and deploy a standalone APM Server resource.
#
eck-apm-server:
enabled: false
# If enabled, will use the eck-enterprise-search chart and deploy a Enterprise Search resource.
#
eck-enterprise-search:
enabled: false