about summary refs log tree commit diff
path: root/tools/eck-operator/templates/elasticsearch.yaml
blob: 9173d46e012d91d2e60517ae5b57bf4db1c49f30 (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.12
  nodeSets:
  - name: default
    count: 1
    config:
      node.store.allow_mmap: false