diff options
author | makefunstuff <[email protected]> | 2024-06-29 17:17:54 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 17:17:54 +0200 |
commit | 39d75a31ed1bde26886dcf12f55a3eeb8fba2504 (patch) | |
tree | c3cdd3c19cbd6607ef7390ab14401989fd9caa2a /tools/eck-operator/templates | |
parent | 2435ad905abd5c94df2be8dd2f995f0353e0e459 (diff) | |
download | k3s-lab-39d75a31ed1bde26886dcf12f55a3eeb8fba2504.tar.gz |
add storage
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r-- | tools/eck-operator/templates/elasticsearch.yaml | 12 |
1 files changed, 12 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..1914536 --- /dev/null +++ b/tools/eck-operator/templates/elasticsearch.yaml @@ -0,0 +1,12 @@ +apiVersion: elasticsearch.k8s.elastic.co/v1 +kind: Elasticsearch +metadata: + name: log-storage +spec: + version: 7.13.0 + nodeSets: + - name: default + count: 1 + config: + node.store.allow_mmap: false + |