Skip to content

Instantly share code, notes, and snippets.

@tamalsaha
Created September 7, 2021 08:43
Show Gist options
  • Save tamalsaha/485f31381de098583fd2dd7820302298 to your computer and use it in GitHub Desktop.
Save tamalsaha/485f31381de098583fd2dd7820302298 to your computer and use it in GitHub Desktop.
apiVersion: kubedb.com/v1alpha2
kind: Elasticsearch
metadata:
name: es-quickstart
namespace: demo
spec:
version: xpack-7.9.1-v1
enableSSL: false
replicas: 3
storageType: Durable
storage:
storageClassName: "standard"
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
terminationPolicy: DoNotTerminate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment