aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-10-11 14:41:02 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-11 14:41:02 +0000
commit3d87c2b185f3aba31d8b74b102ad5e9aa6320358 (patch)
treecd3b69c0e7f86945e7c2e4b16c632d522b023e31
parent073c5ca5cc6cfc97cfd7ee0631e1c646cc287aa1 (diff)
parent9f073f3748d51ea0f8c260d6a036bd29fc2c2251 (diff)
Merge "Fix aai sparky-be deployment"
-rw-r--r--charts/aai-sparky-be/templates/deployment.yaml6
1 files changed, 3 insertions, 3 deletions
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 }}