about summary refs log tree commit diff
path: root/tools/eck-operator/templates
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 21:19:06 +0200
committermakefunstuff <[email protected]>2024-06-29 21:19:06 +0200
commitfe7df8e03e5674078c751499590d226cb146acac (patch)
tree6b4202dabb78f2d2d221cab3def0e8c541f19ce1 /tools/eck-operator/templates
parentbd56abc5d2f4b6b9b15a1c0205c7db0e5df5ad0b (diff)
downloadk3s-lab-fe7df8e03e5674078c751499590d226cb146acac.tar.gz
add es
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r--tools/eck-operator/templates/elasticsearch.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/eck-operator/templates/elasticsearch.yaml b/tools/eck-operator/templates/elasticsearch.yaml
new file mode 100644
index 0000000..bda9446
--- /dev/null
+++ b/tools/eck-operator/templates/elasticsearch.yaml
@@ -0,0 +1,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