about summary refs log tree commit diff
path: root/tools/eck-operator
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eck-operator')
-rw-r--r--tools/eck-operator/templates/elasticsearch.yaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/eck-operator/templates/elasticsearch.yaml b/tools/eck-operator/templates/elasticsearch.yaml
deleted file mode 100644
index e8e8c4d..0000000
--- a/tools/eck-operator/templates/elasticsearch.yaml
+++ /dev/null
@@ -1,11 +0,0 @@
-apiVersion: elasticsearch.k8s.elastic.co/v1
-kind: Elasticsearch
-metadata:
-  name: log-storage
-spec:
-  version: "7.1.17"
-  nodeSets:
-  - name: default
-    count: 1
-    config:
-      node.store.allow_mmap: false