mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-02-08 13:48:19 +00:00
27 lines
507 B
YAML
27 lines
507 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: "true"
|
||
|
ingest: "false"
|
||
|
data: "false"
|
||
|
|
||
|
volumeClaimTemplate:
|
||
|
accessModes: [ "ReadWriteOnce" ]
|
||
|
storageClassName: "standard"
|
||
|
resources:
|
||
|
requests:
|
||
|
storage: 4Gi
|