initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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: /
|
||||
Reference in New Issue
Block a user