robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / danmnet-pods7 / templates / danmnet-pods7_1.yaml
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4   name: danmnet-pods7-1
5   namespace: default
6 spec:
7   replicas: 5
8   selector:
9     matchLabels:
10       app: alpine
11   template:
12     metadata:
13       labels:
14         app: alpine
15       annotations:
16         danm.k8s.io/interfaces: |
17           [
18             {
19               "clusterNetwork":"cnet-pod4", "ip":"dynamic"
20             },
21             {
22               "clusterNetwork":"cnet-pod3", "ip":"dynamic"
23             }
24           ]
25     spec:
26       containers:
27       - name: alpine
28         image: {{ .Values.registry_url }}:5555/caas/alpine_test:latest
29         imagePullPolicy: IfNotPresent
30         command: ["/usr/bin/dumb-init", "-c", "--"]
31         args: ["sleep", "6000"]