You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
439 B
YAML
25 lines
439 B
YAML
---
|
|
apiVersion: elasticsearch.k8s.elastic.co/v1
|
|
kind: Elasticsearch
|
|
metadata:
|
|
name: elasticsearch
|
|
spec:
|
|
version: 8.2.2
|
|
nodeSets:
|
|
- name: default
|
|
count: 1
|
|
config:
|
|
node.master: true
|
|
node.data: true
|
|
node.ingest: true
|
|
node.store.allow_mmap: false
|
|
---
|
|
apiVersion: kibana.k8s.elastic.co/v1
|
|
kind: Kibana
|
|
metadata:
|
|
name: kibana
|
|
spec:
|
|
version: 8.2.2
|
|
count: 1
|
|
elasticsearchRef:
|
|
name: elasticsearch |