mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-03 02:52:08 +08:00
24 lines
464 B
YAML
24 lines
464 B
YAML
---
|
|
# Temporarily set to 3 so we can scale up/down the old a new cluster
|
|
# one at a time whilst always keeping 3 masters running
|
|
replicas: 1
|
|
|
|
esMajorVersion: 6
|
|
|
|
extraEnvs:
|
|
- name: discovery.zen.ping.unicast.hosts
|
|
value: "my-release-elasticsearch-discovery"
|
|
|
|
clusterName: "elasticsearch"
|
|
nodeGroup: "master"
|
|
|
|
roles:
|
|
- master
|
|
|
|
volumeClaimTemplate:
|
|
accessModes: ["ReadWriteOnce"]
|
|
storageClassName: "standard"
|
|
resources:
|
|
requests:
|
|
storage: 4Gi
|