robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / danmnet-pods13 / templates / danmnet-pods13.yaml
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4   name: danmnet-pods13
5   namespace: default
6 spec:
7   replicas: 1
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-pod6", "ip":"10.10.0.250/24"
20             },
21             {
22               "clusterNetwork":"dummy", "ip":"dynamic"
23             },
24             {
25               "clusterNetwork":"cnet-pod4", "ip":"dynamic"
26             }
27           ]
28     spec:
29       nodeSelector:
30         nodename: caas_master1
31       containers:
32       - name: alpine
33         image: {{ .Values.registry_url }}:5555/caas/alpine_test:latest
34         imagePullPolicy: IfNotPresent
35         command: ["/usr/bin/dumb-init", "-c", "--"]
36         args: ["sleep", "6000"]