about summary refs log tree commit diff
path: root/tools/eck-operator/templates/elasticsearch.yaml
blob: 0a8b30b94b107452fffe55a02d03737db4c4fb22 (plain)
1
2
3
4
5
6
7
8
9
10
11
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
  name: log-storage
spec:
  version: 8.14.1
  nodeSets:
  - name: default
    count: 1
    config:
      node.store.allow_mmap: false