openstack-helm-infra/elasticsearch/values_overrides/remote-cluster.yaml
Steven Fitzpatrick 95e3c21df4 Settings for Remote Elasticsearch Clusters
This change adds a new Deployment to the Elasticsearch chart to add a
set of "gateway" nodes to the Elasticsearch cluster. These nodes will
facilitate Elasticsearch remote cluster, for features such as cross
cluster search.

Co-Authored-By: David Smith <ds3330@att.com>
Change-Id: Ic4ac988a922a12addce3c65e0ef4099d46bbc784
2020-05-08 13:07:54 -05:00

31 lines
764 B
YAML

# Can't use these settings at startup yet becuse of
# https://github.com/elastic/elasticsearch/issues/27006
# conf:
# elasticsearch:
# config:
# cluster:
# remote:
# remote_elasticsearch:
# seeds:
# - elasticsearch-gateway-1.remote_host:9301
# - elasticsearch-gateway-2.remote_host:9301
# - elasticsearch-gateway-3.remote_host:9301
# skip_unavailale: true
network:
remote_clustering:
enabled: true
manifests:
cron_curator: false
cron_verify_repositories: false
job_snapshot_repository: false
pod:
replicas:
master: 2
data: 1
client: 1
gateway: 1
images:
tags:
elasticsearch: docker.io/openstackhelm/elasticsearch-s3:7_6_2-centos_7