Skip to content

Instantly share code, notes, and snippets.

@kevinearls
Created June 25, 2020 14:31
Show Gist options
  • Save kevinearls/808d7d2bea811efd01ad6df0e4387944 to your computer and use it in GitHub Desktop.
Save kevinearls/808d7d2bea811efd01ad6df0e4387944 to your computer and use it in GitHub Desktop.
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: quickstart
spec:
version: 7.8.0
nodeSets:
- name: default
count: 1
config:
node.master: true
node.data: true
node.ingest: true
node.store.allow_mmap: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment