forked from ecloudcontrol/AppZ-LogCollectorES
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathappz.yml
More file actions
54 lines (50 loc) · 1.06 KB
/
appz.yml
File metadata and controls
54 lines (50 loc) · 1.06 KB
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
app:
name: LogCollectorOS
code: LCOS
notify: kullas@ecloudcontrol.com
build:
version: 2.13
env: DEV
build_file: none
output_files: output/*.zip
image_template: opensearch-2.13
deploy:
context: krishna-ullas/DEV
type: statefulset
replicas: 5
port:
- 9200
- 9300
- 9600
strategy : rolling
ready_seconds : 45
volumes:
- claim: opensearch-data
mount: /usr/share/opensearch/data
name: opensearch-data
size: 20Gi
mode: ReadWriteOnce
class: microk8s-hostpath
monitor:
notify: kullas@ecloudcontrol.com
properties:
revision : 39
OPENSEARCH_INITIAL_ADMIN_PASSWORD:
vault: OPENSEARCH_INITIAL_ADMIN_PASSWORD
NODE_MODE : multi-node
MAX_RESULT_WINDOW : 10000000
ENABLE_ILM : 1
JAVA_HEAPSIZE : 12g
#JAVA_HEAPSIZE : 4g
MIN_AGE_WARM : 2d
MIN_AGE_COLD : 7d
ENABLE_FLUENTD : 0
REPLICA_COUNT : 2
ENABLE_METRICS : 1
ENABLE_MINIO_BACKUP : 1
MINIO_BUCKET_NAME : index-snapshot
MINIO_ENDPOINT : http://minio-2-0:9000
MINIO_ACCESS_KEY :
vault: MINIO_ACCESS_KEY
MINIO_SECRET_KEY :
vault: MINIO_SECRET_KEY