Skip to content

Instantly share code, notes, and snippets.

@aliwo
Created May 11, 2020 12:27
Show Gist options
  • Select an option

  • Save aliwo/c789769342b7625fdccdcf0437541a29 to your computer and use it in GitHub Desktop.

Select an option

Save aliwo/c789769342b7625fdccdcf0437541a29 to your computer and use it in GitHub Desktop.
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: quickstart
spec:
version: 7.6.2
nodeSets:
- name: default
count: 1
config:
node.master: true
node.data: true
node.ingest: true
node.store.allow_mmap: false
podTemplate:
spec:
containers:
- name: elasticsearch
env:
- name: ES_JAVA_OPTS
value: -Xms1500m -Xmx1500m
resources:
requests:
memory: 300Mi
cpu: 1m
limits:
memory: 2Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment