mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 18:50:47 +08:00
fix elastic-search roles (#1138)
This commit is contained in:
@@ -4,7 +4,7 @@ description: Elasticsearch is the distributed, RESTful search and analytics engi
|
||||
annotations:
|
||||
title: Elastic Search
|
||||
type: application
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
apiVersion: v2
|
||||
appVersion: '8.7.0'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
Binary file not shown.
@@ -21,7 +21,6 @@ workload:
|
||||
ELASTIC_PASSWORD: {{ .Values.esConfig.password }}
|
||||
ES_SETTING_HTTP_PORT: {{ .Values.esNetwork.httpPort }}
|
||||
ES_SETTING_NODE_NAME: {{ .Values.esConfig.nodeName }}
|
||||
ES_SETTING_NODE_ROLES: master
|
||||
ES_SETTING_DISCOVERY_TYPE: single-node
|
||||
ES_SETTING_XPACK_SECURITY_ENABLED: true
|
||||
{{/* Transport is not used on single nodes */}}
|
||||
|
||||
Reference in New Issue
Block a user