forked from develeap/efk-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
52 lines (48 loc) · 881 Bytes
/
values.yaml
File metadata and controls
52 lines (48 loc) · 881 Bytes
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
# Default values for eck-stack.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
elasticsearch:
version: 8.4.0
master:
replicas: 1
volume:
storageClass: gp2
size: 10Gi
data:
replicas: 3
volume:
storageClass: gp2
size: 100Gi
service:
name: elasticsearch
resources:
limits:
cpu: 2
memory: 4Gi
httpService:
name: elasticsearch-es-http
port: 9200
scheme: http
sslVerify: false
kibana:
version: 8.4.0
service:
name: kibana
type: NodePort
port: 5601
targetPort: 5601
apiService:
name: kibana-kb-http
port: 5601
secret:
name: elasticsearch-es-elastic-user
user: elastic
pwd:
fluentd:
service:
name: fluentd
config:
name: fluentdconfig