kind: Deployment apiVersion: apps/v1 metadata: name: zhios-app-order-task-v9 namespace: zhios labels: app: zhios-app-order-task-v9 annotations: kubesphere.io/creator: huangjiajun kubesphere.io/description: 智莺生活跟单 spec: replicas: 1 selector: matchLabels: app: zhios-app-order-task-v9 template: metadata: labels: app: zhios-app-order-task-v9 spec: volumes: - name: host-time hostPath: path: /etc/localtime type: '' - name: zhios-app-order-task-cfg configMap: name: zhios-app-order-task defaultMode: 420 containers: - name: zhios-app-order-task-v9 image: 'registry.cn-shenzhen.aliyuncs.com/fnuoos-prd/zyos-task-v4:24030108' volumeMounts: - name: host-time readOnly: true mountPath: /etc/localtime - name: zhios-app-order-task-cfg readOnly: true mountPath: /var/zyos/task.yml subPath: task.yml