aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/kubernetes/kafka.yaml
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-12-05 14:44:32 +0100
committerPeter Mikus <pmikus@cisco.com>2018-01-02 19:35:55 +0000
commit0437095f4bf958154f25a3f163f432b22fcdc743 (patch)
tree871a2170379e66dcb34b087dade9afcb9a74dd93 /resources/templates/kubernetes/kafka.yaml
parentd7cf0a829cc9cc63799330b673c8c42393de2655 (diff)
CSIT-870 Kubernetes/Ligato integration
- Update overall Kubernetes/Ligato integration - CSIT-871 Update infrastructure / images - CSIT-872 Update of KubernetesUtils.py Change-Id: I7833f56abd351c694d3d3e1c9c45e649aec892e1 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/templates/kubernetes/kafka.yaml')
-rw-r--r--resources/templates/kubernetes/kafka.yaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/resources/templates/kubernetes/kafka.yaml b/resources/templates/kubernetes/kafka.yaml
deleted file mode 100644
index 55d165f31b..0000000000
--- a/resources/templates/kubernetes/kafka.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-apiVersion: v1
-kind: Pod
-metadata:
- name: kafka-server
- namespace: csit
-spec:
- hostNetwork: true
- containers:
- - image: spotify/kafka
- name: kafka
- ports:
- - containerPort: 2181
- hostPort: 2181
- name: zookeeper
- - containerPort: 9092
- hostPort: 9092
- name: kafka
- env:
- - name: ADVERTISED_HOST
- value: "172.17.0.1"
- - name: ADVERTISED_PORT
- value: "9092"