X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fportal%2Ftemplates%2Fportal-vnc-dep.yaml;h=075b1f19e06383c0436a460085a8cf1796af1286;hb=8b3bc5a611778dd0bcd5aee794f062f385774797;hp=6c90bbfa171575d3d7ba4fb56cbbd65fdaae6595;hpb=b2243d375665d38db86fd2888ce64acb01b73567;p=oom.git diff --git a/kubernetes/portal/templates/portal-vnc-dep.yaml b/kubernetes/portal/templates/portal-vnc-dep.yaml index 6c90bbfa17..075b1f19e0 100644 --- a/kubernetes/portal/templates/portal-vnc-dep.yaml +++ b/kubernetes/portal/templates/portal-vnc-dep.yaml @@ -120,12 +120,18 @@ spec: value: password name: vnc-portal volumeMounts: + - mountPath: /etc/localtime + name: localtime + readOnly: true - mountPath: /ubuntu-init/ name: ubuntu-init securityContext: privileged: true securityContext: {} volumes: + - name: localtime + hostPath: + path: /etc/localtime - name: ubuntu-init emptyDir: {} imagePullSecrets: