You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- description: 0901
- strategy: 策略
- synergy: 协同状态
- name: myapp-0901
- tasks:
- - taskType: cloud
- participantId: 1694303450734530560
- matchLabels:
- nudt: hpc
- metadata:
- apiVersion: apps/v1
- kind: Deployment
- metadata:
- name: myapp-0901
- namespace: zw
- spec:
- replicas: 2
- selector:
- matchLabels:
- app: myapp
- version: v1
- template:
- metadata:
- labels:
- app: myapp
- version: v1
- spec:
- containers:
- - image: nginx
- imagePullPolicy: IfNotPresent
- name: myapp
- ports:
- - containerPort: 80
|