diff options
author | 2017-10-24 22:13:03 +0000 | |
---|---|---|
committer | 2017-10-25 19:17:11 +0000 | |
commit | 52c8fd63fde8066f4c617b06cf218665031640ce (patch) | |
tree | 926a19dae0664ea66c531b76c7144d2abaeb3f6f /kubernetes/portal/templates/portal-widgets-deployment.yaml | |
parent | 0b23013262a3968fe2d4255bc9cd1010e3e4d1d7 (diff) |
synching up portal config again
PORTAL-130 renamed various mounts and FQDNs
-it also added an additional logback.xml for portalsdk
What I did was move the 2 logback files into the config/log dir
so that the centralized logging team can update them as required.
Was able to login to the portal using the vnc session
Issue-ID: OOM-340
Change-Id: Id1872422e7d876953ecb0a92ce55a8753d9d7eaa
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Diffstat (limited to 'kubernetes/portal/templates/portal-widgets-deployment.yaml')
-rw-r--r-- | kubernetes/portal/templates/portal-widgets-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/portal/templates/portal-widgets-deployment.yaml b/kubernetes/portal/templates/portal-widgets-deployment.yaml index fb6b4d8712..c3856dd339 100644 --- a/kubernetes/portal/templates/portal-widgets-deployment.yaml +++ b/kubernetes/portal/templates/portal-widgets-deployment.yaml @@ -62,6 +62,6 @@ spec: path: /etc/localtime - name: portalwidgets-application-properties hostPath: - path: /dockerdata-nfs/{{ .Values.nsPrefix }}/portal/portal-fe/webapps/etc/ECOMPWIDGETMS/application.properties + path: /dockerdata-nfs/{{ .Values.nsPrefix }}/portal/portal-fe/webapps/etc/ONAPWIDGETMS/application.properties imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key"
\ No newline at end of file |