We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34b9ffc + 8d560dd commit 6c91ac6Copy full SHA for 6c91ac6
deployment/helm/values.yaml
@@ -91,7 +91,7 @@ applications:
91
# -- Elasticsearch image tag
92
imageTag: "8.1.1"
93
# -- Storage size for persistent volume
94
- replicas: 1
+ replicas: 3
95
# -- Cluster master nodes in the format "<name>-0, ..., <name>-(n-1)" where n is replicas. For a single node cluster it will be "<name>-0".
96
cluster:
97
initial_master_nodes: elasticsearch-0
@@ -152,4 +152,4 @@ applications:
152
domainName: my-control-plane
153
imagePullSecretName: regcred
154
# -- Optionally configure a ingress class to use for the kubernetes ingress (default: nginx)
155
-# ingressClassName: nginx
+# ingressClassName: nginx
0 commit comments