CSIT-870 Kubernetes/Ligato integration
[csit.git] / resources / templates / kubernetes / etcd.yaml
diff --git a/resources/templates/kubernetes/etcd.yaml b/resources/templates/kubernetes/etcd.yaml
deleted file mode 100644 (file)
index 66c1a57..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-apiVersion: v1
-kind: Pod
-metadata:
-  name: etcdv3-server
-  namespace: csit
-spec:
-  hostNetwork: true
-  containers:
-    - image: quay.io/coreos/etcd:v3.0.16
-      name: etcdv3
-      command:
-        - /usr/local/bin/etcd
-        - --advertise-client-urls
-        - http://0.0.0.0:22379
-        - --listen-client-urls
-        - http://0.0.0.0:22379
-        - --listen-peer-urls
-        - http://0.0.0.0:22380
-      ports:
-        - containerPort: 22379
-          hostPort: 22379
-          name: serverport
-      env:
-        - name: ETCDCTL_API
-          value: "3"