mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Fixed: missing serviceAccount for elasticsearch
This commit is contained in:
parent
a36519536b
commit
35538106be
@ -380,7 +380,8 @@ elasticsearch:
|
||||
replicas: 1
|
||||
# Readiness probe hack for a single-node cluster (where status will never be green). Should be removed if using replicas > 1
|
||||
clusterHealthCheckParams: "wait_for_status=yellow&timeout=1s"
|
||||
|
||||
rbac:
|
||||
create: true
|
||||
minimumMasterNodes: 1
|
||||
clusterName: clearml-elastic
|
||||
esJavaOpts: "-Xmx2g -Xms2g"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user