From: BorislavG Date: Thu, 11 Oct 2018 11:31:12 +0000 (+0000) Subject: Fix aai sparky-be deployment X-Git-Tag: 4.0.0-ONAP~15^2~69^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9f073f3748d51ea0f8c260d6a036bd29fc2c2251;p=aai%2Foom.git Fix aai sparky-be deployment Issue-ID: OOM-1469 Signed-off-by: BorislavG Change-Id: Ief8fd2c87178ad088a2fbc4d88e856017b514956 --- diff --git a/charts/aai-sparky-be/templates/deployment.yaml b/charts/aai-sparky-be/templates/deployment.yaml index 6a992dd..d622be6 100644 --- a/charts/aai-sparky-be/templates/deployment.yaml +++ b/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 }}