blob: 1914536586640f6f973971567e849c8d2f128695 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: log-storage
spec:
version: 7.13.0
nodeSets:
- name: default
count: 1
config:
node.store.allow_mmap: false
|