Containers time zone sync
[oom.git] / kubernetes / mso / templates / mso-deployment.yaml
index 0f3034f..8973db3 100644 (file)
@@ -47,6 +47,9 @@ spec:
         imagePullPolicy: {{ .Values.pullPolicy }}
         name: mso
         volumeMounts:
+        - mountPath: /etc/localtime
+          name: localtime
+          readOnly: true
         - mountPath: /shared
           name: mso
         - mountPath: /docker-files
@@ -66,6 +69,9 @@ spec:
           initialDelaySeconds: 5
           periodSeconds: 10
       volumes:
+        - name: localtime
+          hostPath:
+            path: /etc/localtime
         - name: mso
           hostPath:
             path: /dockerdata-nfs/{{ .Values.nsPrefix }}/mso/mso