Merge "Add msb environment to oom"
authorBorislav Glozman <Borislav.Glozman@amdocs.com>
Mon, 23 Sep 2019 12:03:39 +0000 (12:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 23 Sep 2019 12:03:39 +0000 (12:03 +0000)
kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml
kubernetes/vfc/values.yaml

index 217759e..9e3ea15 100644 (file)
@@ -76,6 +76,8 @@ spec:
               value: "{{ .Values.global.config.dbUser }}:{{ .Values.global.config.mariadbRootPassword }}"
             - name: REDIS_ADDR
               value: "{{ .Values.global.config.redisServiceName }}:{{ .Values.global.config.redisPort }}"
+            - name: REG_TO_MSB_WHEN_START
+              value: "{{ .Values.global.config.reg_to_msb_when_start }}"
           volumeMounts:
           - name: {{ include "common.fullname" . }}-localtime
             mountPath: /etc/localtime
index 7afa643..3030103 100644 (file)
@@ -22,6 +22,7 @@ global:
     mariadbRootPassword: secretpassword
     redisServiceName: vfc-redis
     redisPort: 6379
+    reg_to_msb_when_start: True
   persistence:
     mountPath: /dockerdata-nfs