Files
kubernetes/ELK/values-elasticsearch.yaml
T
2024-07-17 15:30:34 +02:00

23 lines
503 B
YAML

clusterName: "kubetest"
replicas: 1
minimumMasterNodes: 1
createCert: true
secret:
enabled: true
password: "#gentoo#" # generated randomly if not defined
image: "docker.elastic.co/elasticsearch/elasticsearch"
imageTag: "8.14.1"
resources:
requests:
cpu: "200m"
memory: "500Mi"
limits:
cpu: "300m"
memory: "1Gi"
ingress:
enabled: false # enable ingress only if you need external access to elasticsearch cluster
hosts:
- host: elastic.his.de
paths:
- path: /