25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|