Skip to content

Instantly share code, notes, and snippets.

@hadoan
Created March 21, 2020 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadoan/32e3ca7a836ac23d81e1cad28524bf3f to your computer and use it in GitHub Desktop.
Save hadoan/32e3ca7a836ac23d81e1cad28524bf3f to your computer and use it in GitHub Desktop.
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: your-cluster-name
spec:
version: 7.6.1
nodeSets:
- name: default
count: 1
config:
node.master: true
node.data: true
node.ingest: true
node.store.allow_mmap: false
http:
tls:
selfSignedCertificate:
disabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment