diff options
author | makefunstuff <[email protected]> | 2024-06-29 21:01:50 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 21:01:50 +0200 |
commit | bd56abc5d2f4b6b9b15a1c0205c7db0e5df5ad0b (patch) | |
tree | 9bf8c49a47132237c2e531593d6672c32f3deb12 /tools/eck-operator/templates | |
parent | 26d5b9dc25de1ae67c8a5f82ccae787e53d857f7 (diff) | |
download | k3s-lab-bd56abc5d2f4b6b9b15a1c0205c7db0e5df5ad0b.tar.gz |
delete elasticsearch
Diffstat (limited to 'tools/eck-operator/templates')
-rw-r--r-- | tools/eck-operator/templates/elasticsearch.yaml | 11 |
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 |