aboutsummaryrefslogtreecommitdiff
path: root/ui/external-topics-ui-service.yml
diff options
context:
space:
mode:
authorStaffan Olsson <staffan@repos.se>2017-07-27 05:55:37 +0200
committerStaffan Olsson <staffan@repos.se>2017-07-27 05:56:31 +0200
commit08cbcb1e5ea3334ac15654742563bd8098cbe1a0 (patch)
tree6f93fb41cea35e4e96987c2739065f3397728841 /ui/external-topics-ui-service.yml
parent5ef4e911ccad9d0f4c681f08faea29a68cf57e2e (diff)
downloadkubernetes-kafka-08cbcb1e5ea3334ac15654742563bd8098cbe1a0.tar.gz
kubernetes-kafka-08cbcb1e5ea3334ac15654742563bd8098cbe1a0.tar.bz2
kubernetes-kafka-08cbcb1e5ea3334ac15654742563bd8098cbe1a0.zip
Tries https://github.com/Landoop/kafka-connect-ui but ...rest-topics-ui
the UI show nothing but http://rest.kafka.svc.cluster.local CONNECTIVITY ERROR and logs say nothing. The same URL works in rest-test1.
Diffstat (limited to 'ui/external-topics-ui-service.yml')
-rw-r--r--ui/external-topics-ui-service.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/external-topics-ui-service.yml b/ui/external-topics-ui-service.yml
new file mode 100644
index 0000000..05e896d
--- /dev/null
+++ b/ui/external-topics-ui-service.yml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: external-topics-ui
+ namespace: kafka
+spec:
+ type: NodePort
+ ports:
+ - port: 80
+ targetPort: 8000
+ selector:
+ app: topics-ui