diff options
author | Bharath Thiruveedula <bharath_ves@hotmail.com> | 2017-12-11 23:43:32 +0530 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2017-12-12 13:27:43 +0000 |
commit | 50c17b56622d572aeca296030bed7b7fe53feee0 (patch) | |
tree | c47681920f0835ece56c5ba262f1aadef334951d /kubernetes/vid | |
parent | 852ac276248e995e1ec9782c5fc40c5dc578a803 (diff) |
Update the endpoint of Portal to ONAPPORTAL
Change-Id: Iadd91e8b6f3b183add15343d506a88dc6b46ff14
Issue-ID: OOM-505
Signed-off-By: Bharath Thiruveedula<bharath_ves@hotmail.com>
(cherry picked from commit 2fa940f062455b4646e58f7d4d6d48a3af6df3a4)
Diffstat (limited to 'kubernetes/vid')
-rw-r--r-- | kubernetes/vid/templates/vid-server-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vid/templates/vid-server-deployment.yaml b/kubernetes/vid/templates/vid-server-deployment.yaml index 1c0321833b..5354dbac77 100644 --- a/kubernetes/vid/templates/vid-server-deployment.yaml +++ b/kubernetes/vid/templates/vid-server-deployment.yaml @@ -132,4 +132,4 @@ spec: path: /dockerdata-nfs/{{ .Values.nsPrefix }}/log/vid/logback.xml imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" -#{{ end }}
\ No newline at end of file +#{{ end }} |