Containers time zone sync
[oom.git] / kubernetes / portal / templates / portal-vnc-dep.yaml
index 6c90bbf..075b1f1 100644 (file)
@@ -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: