Merge R3 into master
[it/dep.git] / ric-aux / helm / mc-stack / charts / elasticsearch / examples / migration / master.yml
1 ---
2
3 # Temporarily set to 3 so we can scale up/down the old a new cluster
4 # one at a time whilst always keeping 3 masters running
5 replicas: 1
6
7 esMajorVersion: 6
8
9 extraEnvs:
10   - name: discovery.zen.ping.unicast.hosts
11     value: "my-release-elasticsearch-discovery"
12
13 clusterName: "elasticsearch"
14 nodeGroup: "master"
15
16 roles:
17   master: "true"
18   ingest: "false"
19   data: "false"
20
21 volumeClaimTemplate:
22   accessModes: [ "ReadWriteOnce" ]
23   storageClassName: "standard"
24   resources:
25     requests:
26       storage: 4Gi