about summary refs log tree commit diff
path: root/tools/eck-operator/templates/elasticsearch.yaml
blob: bda9446ca688724fe6e36cf947a8a9f04d3680a5 (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