Merge "Fix driver startup in OOM"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Fri, 19 Oct 2018 18:28:27 +0000 (18:28 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 19 Oct 2018 18:28:27 +0000 (18:28 +0000)
kubernetes/vfc/charts/vfc-nokia-v2vnfm-driver/templates/deployment.yaml

index dd61e65..639e8cd 100644 (file)
@@ -69,6 +69,8 @@ spec:
             initialDelaySeconds: {{ .Values.readiness.initialDelaySeconds }}
             periodSeconds: {{ .Values.readiness.periodSeconds }}
           env:
+            - name: EXTERNAL_PORT
+              value: 8089
             - name: MSB_ADDR
               value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}"
           resources: