Containers time zone sync
[oom.git] / kubernetes / appc / templates / db-deployment.yaml
index 542f8f4..560f482 100644 (file)
@@ -22,6 +22,9 @@ spec:
         imagePullPolicy: {{ .Values.pullPolicy }}
         name: appc-db-container
         volumeMounts:
+        - mountPath: /etc/localtime
+          name: localtime
+          readOnly: true
         - mountPath: /var/lib/mysql
           name: appc-data
         ports:
@@ -33,6 +36,9 @@ spec:
           periodSeconds: 10
       restartPolicy: Always
       volumes:
+      - name: localtime
+        hostPath:
+          path: /etc/localtime
       - name: appc-data
         persistentVolumeClaim:
           claimName: appc-db