diff --git a/docker/modules/user/deploy/deploy.yaml b/docker/modules/user/deploy/deploy.yaml index 3e4c763..d95b970 100644 --- a/docker/modules/user/deploy/deploy.yaml +++ b/docker/modules/user/deploy/deploy.yaml @@ -45,6 +45,10 @@ spec: volumeMounts: - mountPath: /home/qiuguo/logs name: iot-logs + - name: host-time + hostPath: + path: /etc/localtime + type: '' terminationMessagePath: /nfs/data/qiuguo/iot/logs terminationMessagePolicy: File dnsPolicy: ClusterFirst diff --git a/docker/modules/websocket/deploy/deploy.yaml b/docker/modules/websocket/deploy/deploy.yaml index a302d34..e065c7c 100644 --- a/docker/modules/websocket/deploy/deploy.yaml +++ b/docker/modules/websocket/deploy/deploy.yaml @@ -45,6 +45,10 @@ spec: volumeMounts: - mountPath: /home/qiuguo/logs name: iot-logs + - name: host-time + hostPath: + path: /etc/localtime + type: '' terminationMessagePath: /nfs/data/qiuguo/iot/logs terminationMessagePolicy: File dnsPolicy: ClusterFirst diff --git a/docker/qiuguo/gateway/deploy/deploy.yaml b/docker/qiuguo/gateway/deploy/deploy.yaml index 905713e..d357896 100644 --- a/docker/qiuguo/gateway/deploy/deploy.yaml +++ b/docker/qiuguo/gateway/deploy/deploy.yaml @@ -40,6 +40,10 @@ spec: volumeMounts: - mountPath: /home/qiuguo/logs name: iot-logs + - name: host-time + hostPath: + path: /etc/localtime + type: '' terminationMessagePath: /nfs/data/qiuguo/iot/logs terminationMessagePolicy: File dnsPolicy: ClusterFirst