robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / danmnet-pods5 / templates / danmnet-pods5.yaml
diff --git a/resources/test_charts/danmnet-pods5/templates/danmnet-pods5.yaml b/resources/test_charts/danmnet-pods5/templates/danmnet-pods5.yaml
new file mode 100644 (file)
index 0000000..06cb803
--- /dev/null
@@ -0,0 +1,28 @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: danmnet-pods5
+  namespace: kube-system
+spec:
+  replicas: 1
+  selector:
+    matchLabels:
+      app: alpine
+  template:
+    metadata:
+      labels:
+        app: alpine
+      annotations:
+        danm.k8s.io/interfaces: |
+          [
+            {
+              "clusterNetwork":"cnet-pod1", "ip":"10.6.0.1/16"
+            }
+          ]
+    spec:
+      containers:
+      - name: alpine
+        image: {{ .Values.registry_url }}:5555/caas/alpine_test:latest
+        imagePullPolicy: IfNotPresent
+        command: ["/usr/bin/dumb-init", "-c", "--"]
+        args: ["sleep", "6000"]