diff options
author | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-04-19 23:15:43 +0000 |
---|---|---|
committer | Mandeep Khinda <mandeep.khinda@amdocs.com> | 2018-04-20 01:46:46 +0000 |
commit | 403c1c1851dd17f0b77386eb8422796cb46a8dae (patch) | |
tree | a192a295d987fefb4ce86e0613b6d54eabf0d761 /kubernetes/sdc/charts/sdc-es/templates/deployment.yaml | |
parent | 15d24fd9a1865e0349173072ac6a8271f6951e24 (diff) |
fixing sdc health check
-Basically compared docker_run.sh from sdc master branch
with charts/values in OOM
-disabling sdc-kb liveness until we tune the timing of it
Issue-ID: OOM-964
Change-Id: I7447eed47c919d5d64786f45e01b5f2a3bc490a0
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/sdc/charts/sdc-es/templates/deployment.yaml')
-rw-r--r-- | kubernetes/sdc/charts/sdc-es/templates/deployment.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml b/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml index 75ea024f3e..699dfc310d 100644 --- a/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml +++ b/kubernetes/sdc/charts/sdc-es/templates/deployment.yaml @@ -74,7 +74,9 @@ spec: fieldRef: fieldPath: status.podIP - name: ES_HEAP_SIZE - value: {{ .Values.config.elasticHeapSize }} + value: {{ .Values.config.JvmHeapSize }} + - name: ES_JAVA_OPTS + value: {{ .Values.config.JvmOptions }} volumeMounts: - name: {{ include "common.fullname" . }}-environments mountPath: /root/chef-solo/environments/ |