Skip to content

Commit

Permalink
Merge pull request #66 from SoftwareAG/update-es-replica
Browse files Browse the repository at this point in the history
Update replica for ES as 3
  • Loading branch information
Kumarapandian authored Oct 17, 2024
2 parents 34b9ffc + 8d560dd commit 6c91ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ applications:
# -- Elasticsearch image tag
imageTag: "8.1.1"
# -- Storage size for persistent volume
replicas: 1
replicas: 3
# -- 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".
cluster:
initial_master_nodes: elasticsearch-0
Expand Down Expand Up @@ -152,4 +152,4 @@ applications:
domainName: my-control-plane
imagePullSecretName: regcred
# -- Optionally configure a ingress class to use for the kubernetes ingress (default: nginx)
# ingressClassName: nginx
# ingressClassName: nginx

0 comments on commit 6c91ac6

Please sign in to comment.