robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / danmnet-pods11 / templates / danmnet-pods11.yaml
diff --git a/resources/test_charts/danmnet-pods11/templates/danmnet-pods11.yaml b/resources/test_charts/danmnet-pods11/templates/danmnet-pods11.yaml
new file mode 100644 (file)
index 0000000..315734d
--- /dev/null
@@ -0,0 +1,36 @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: danmnet-pods11
+  namespace: default
+spec:
+  replicas: 1
+  selector:
+    matchLabels:
+      app: alpine
+  template:
+    metadata:
+      labels:
+        app: alpine
+      annotations:
+        danm.k8s.io/interfaces: |
+          [
+            {
+              "clusterNetwork":"cnet-pod5", "ip":"10.10.0.250/24"
+            },
+            {
+              "clusterNetwork":"dummy", "ip":"dynamic"
+            },
+            {
+              "clusterNetwork":"cnet-pod6", "ip":"none"
+            }
+          ]
+    spec:
+      nodeSelector:
+        nodename: caas_master1
+      containers:
+      - name: alpine
+        image: {{ .Values.registry_url }}:5555/caas/alpine_test:latest
+        imagePullPolicy: IfNotPresent
+        command: ["/usr/bin/dumb-init", "-c", "--"]
+        args: ["sleep", "6000"]