diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-14 11:57:55 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-21 15:45:25 +0000 |
commit | a98765b504f848e0945f367b7da7b7bdeaefa9ad (patch) | |
tree | 55009c2fb53e295f27eb3d85ec10de4586dd1436 /kubernetes/sdnc/templates | |
parent | 1d7d0e2834531a278b0c3af57ce4cc6e2b62b3ee (diff) |
[SDNC/CCSDK] Guilin version bump
Bump image versions to use Guilin M4 version of SDNC images and of
CCSDK dgbuilder. Note - SDNR remains disabled in this commit pending
fix to its endpoint. Also, note that CDS version bump is not included -
that will be submitted as a separate review.
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8d660a8e303a18d4674f832b9239fa50c5abf3f2
Diffstat (limited to 'kubernetes/sdnc/templates')
-rw-r--r-- | kubernetes/sdnc/templates/statefulset.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/sdnc/templates/statefulset.yaml b/kubernetes/sdnc/templates/statefulset.yaml index b1da64a748..3b36b27d29 100644 --- a/kubernetes/sdnc/templates/statefulset.yaml +++ b/kubernetes/sdnc/templates/statefulset.yaml @@ -160,6 +160,8 @@ spec: value: {{ include "common.mariadbService" . }} - name: JAVA_HOME value: "{{ .Values.config.javaHome}}" + - name: JAVA_OPTS + value: "-Xms{{.Values.config.odl.javaOptions.minMemory}} -Xmx{{.Values.config.odl.javaOptions.maxMemory}}" - name: KARAF_CONSOLE_LOG_LEVEL value: "{{ include "common.log.level" . }}" - name: SDNRWT |