robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantnetwork-attach-pod11 / templates / tennet_pod_11.yaml
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4   name: tennet-pod-11
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               "tenantNetwork":"tennet-attach-05", "ip":"10.20.5.101/24"
20             },
21             {
22               "tenantNetwork":"dummy", "ip":"dynamic"
23             },
24             {
25               "tenantNetwork":"tennet-attach-06", "ip":"none"
26             }
27           ]
28     spec:
29       containers:
30       - name: alpine
31         image: {{ .Values.registry_url }}:5555/caas/alpine_test:latest
32         imagePullPolicy: IfNotPresent
33         command: ["/usr/bin/dumb-init", "-c", "--"]
34         args: ["sleep", "6000"]