Fixing wron heapSize on data/master replicaSet/deployment & values-production.yaml indentation

This commit is contained in:
Juan Ariza
2018-06-14 09:55:26 +02:00
parent 5f80d6e351
commit 541ed313cf
3 changed files with 3 additions and 3 deletions
@@ -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
+1 -1
View File
@@ -43,7 +43,7 @@ master:
## Elasticsearch master-eligible Liveness Probe
livenessProbe:
enabled: true
initialDelaySeconds: 90
initialDelaySeconds: 90
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1