Skip to content

Commit 8d560dd

Browse files
authored
Update replica for ES as 3
If we have only one ES, then ILM will not work. This is because replica at index level is configured as 2 and when only one node is present, the health of shards and index will be YELLOW which will cause disruption in ILM
1 parent 34b9ffc commit 8d560dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ applications:
9191
# -- Elasticsearch image tag
9292
imageTag: "8.1.1"
9393
# -- Storage size for persistent volume
94-
replicas: 1
94+
replicas: 3
9595
# -- 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".
9696
cluster:
9797
initial_master_nodes: elasticsearch-0
@@ -152,4 +152,4 @@ applications:
152152
domainName: my-control-plane
153153
imagePullSecretName: regcred
154154
# -- Optionally configure a ingress class to use for the kubernetes ingress (default: nginx)
155-
# ingressClassName: nginx
155+
# ingressClassName: nginx

0 commit comments

Comments
 (0)