From: BorislavG Date: Thu, 11 Oct 2018 11:31:12 +0000 (+0000) Subject: Fix aai sparky-be deployment X-Git-Tag: 3.0.0-ONAP~187^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b14a4de8e93b2026cd001bb146fc77f8fcfff461;p=oom.git Fix aai sparky-be deployment Issue-ID: OOM-1469 Signed-off-by: BorislavG Change-Id: Ief8fd2c87178ad088a2fbc4d88e856017b514956 --- diff --git a/kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml b/kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml index 6a992dd618..d622be662d 100644 --- a/kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml +++ b/kubernetes/aai/charts/aai-sparky-be/templates/deployment.yaml @@ -90,7 +90,7 @@ spec: - mountPath: /opt/app/sparky/config/application-oxm-default.properties name: {{ include "common.fullname" . }}-properties subPath: application-oxm-default.properties - + - mountPath: /opt/app/sparky/config/application-oxm-override.properties name: {{ include "common.fullname" . }}-properties subPath: application-oxm-override.properties @@ -103,10 +103,10 @@ spec: name: {{ include "common.fullname" . }}-properties subPath: roles.config - mountPath: /opt/app/sparky/config/users.config + - mountPath: /opt/app/sparky/config/users.config name: {{ include "common.fullname" . }}-properties subPath: users.config - + ports: - containerPort: {{ .Values.service.internalPort }} - containerPort: {{ .Values.service.internalPort2 }}