robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / danmnet-pods9 / templates / danmnet-pods9_1.yaml
1 apiVersion: apps/v1
2 kind: Deployment
3 metadata:
4   name: danmnet-pods9-1
5   namespace: kube-system
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-pod4", "ip":"10.0.0.1/24"
20             }
21           ]
22     spec:
23       containers:
24       - name: alpine
25         image: {{ .Values.registry_url }}:5555/caas/alpine_test:latest
26         imagePullPolicy: IfNotPresent
27         command: ["/usr/bin/dumb-init", "-c", "--"]
28         args: ["sleep", "6000"]