forked from upmc-enterprises/elasticsearch-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-es-cluster.yaml
More file actions
33 lines (33 loc) · 835 Bytes
/
example-es-cluster.yaml
File metadata and controls
33 lines (33 loc) · 835 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
apiVersion: enterprises.upmc.com/v1
kind: ElasticsearchCluster
metadata:
name: example-es-cluster
spec:
kibana:
image: docker.elastic.co/kibana/kibana-oss:6.1.3
cerebro:
image: upmcenterprises/cerebro:0.6.8
elastic-search-image: upmcenterprises/docker-elasticsearch-kubernetes:6.1.3_0
client-node-replicas: 3
master-node-replicas: 2
data-node-replicas: 3
network-host: 0.0.0.0
zones:
- us-east-2b
data-volume-size: 10Gi
java-options: "-Xms512m -Xmx512m"
snapshot:
scheduler-enabled: false
bucket-name: elasticsnapshots99
cron-schedule: "@every 2m"
image: upmcenterprises/elasticsearch-cron:0.0.4
storage:
type: gp2
storage-class-provisioner: kubernetes.io/aws-ebs
resources:
requests:
memory: 512Mi
cpu: 500m
limits:
memory: 1024Mi
cpu: '1'