initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
apiVersion: elasticsearch.k8s.elastic.co/v1
|
||||
kind: Elasticsearch
|
||||
metadata:
|
||||
name: es
|
||||
spec:
|
||||
version: 7.17.22
|
||||
nodeSets:
|
||||
- name: estest
|
||||
count: 3
|
||||
config:
|
||||
node.store.allow_mmap: false
|
||||
volumeClaimTemplates:
|
||||
- metadata:
|
||||
name: elasticsearch-data # Do not change this name unless you set up a volume mount for the data path.
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
Reference in New Issue
Block a user