mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-24 04:26:40 +10:00
Fixing wron heapSize on data/master replicaSet/deployment & values-production.yaml indentation
This commit is contained in:
@@ -63,7 +63,7 @@ spec:
|
||||
- name: ELASTICSEARCH_PLUGINS
|
||||
value: {{ .Values.plugins | quote }}
|
||||
- name: ELASTICSEARCH_HEAP_SIZE
|
||||
value: {{ .Values.coordinating.heapSize | quote }}
|
||||
value: {{ .Values.data.heapSize | quote }}
|
||||
- name: ELASTICSEARCH_IS_DEDICATED_NODE
|
||||
value: "yes"
|
||||
- name: ELASTICSEARCH_NODE_TYPE
|
||||
|
||||
@@ -63,7 +63,7 @@ spec:
|
||||
- name: ELASTICSEARCH_PLUGINS
|
||||
value: {{ .Values.plugins | quote }}
|
||||
- name: ELASTICSEARCH_HEAP_SIZE
|
||||
value: {{ .Values.coordinating.heapSize | quote }}
|
||||
value: {{ .Values.master.heapSize | quote }}
|
||||
- name: ELASTICSEARCH_IS_DEDICATED_NODE
|
||||
value: "yes"
|
||||
- name: ELASTICSEARCH_NODE_TYPE
|
||||
|
||||
@@ -43,7 +43,7 @@ master:
|
||||
## Elasticsearch master-eligible Liveness Probe
|
||||
livenessProbe:
|
||||
enabled: true
|
||||
initialDelaySeconds: 90
|
||||
initialDelaySeconds: 90
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
|
||||
Reference in New Issue
Block a user