Skip to content

Commit 6c91ac6

Browse files
Merge pull request #66 from SoftwareAG/update-es-replica
Update replica for ES as 3
2 parents 34b9ffc + 8d560dd commit 6c91ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/helm/values.yaml

+2-2
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)