|
|
|
@ -99,6 +99,18 @@ bootstrap:
|
|
|
|
count: 3
|
|
|
|
count: 3
|
|
|
|
config:
|
|
|
|
config:
|
|
|
|
node.store.allow_mmap: false
|
|
|
|
node.store.allow_mmap: false
|
|
|
|
|
|
|
|
podTemplate:
|
|
|
|
|
|
|
|
spec:
|
|
|
|
|
|
|
|
containers:
|
|
|
|
|
|
|
|
- name: elasticsearch
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
- name: ES_JAVA_OPTS
|
|
|
|
|
|
|
|
value: -Xms2g -Xmx2g
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
|
|
|
requests:
|
|
|
|
|
|
|
|
memory: 4Gi
|
|
|
|
|
|
|
|
limits:
|
|
|
|
|
|
|
|
memory: 4Gi
|
|
|
|
volumeClaimTemplates:
|
|
|
|
volumeClaimTemplates:
|
|
|
|
- metadata:
|
|
|
|
- metadata:
|
|
|
|
name: elasticsearch-data
|
|
|
|
name: elasticsearch-data
|
|
|
|
@ -109,6 +121,10 @@ bootstrap:
|
|
|
|
requests:
|
|
|
|
requests:
|
|
|
|
storage: 80Gi
|
|
|
|
storage: 80Gi
|
|
|
|
storageClassName: hcloud-volumes
|
|
|
|
storageClassName: hcloud-volumes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
filebeat:
|
|
|
|
filebeat:
|
|
|
|
limits:
|
|
|
|
limits:
|
|
|
|
memory: 500Mi
|
|
|
|
memory: 500Mi
|
|
|
|
|