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