From 97c2d9c30a540627c7bc5203a705150e3126407c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksandar=20Novakovi=C4=87?= Date: Tue, 29 May 2018 10:47:27 +0200 Subject: [PATCH] NOISSUE - Update dashflux port on kubernetes configuration (#317) * Update dashflux port on kubernetes configuration Signed-off-by: Aleksandar Novakovic * Remove target port from dashflux config Signed-off-by: Aleksandar Novakovic --- k8s/mainflux/dashflux.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/k8s/mainflux/dashflux.yml b/k8s/mainflux/dashflux.yml index 356143bd..33c770d1 100644 --- a/k8s/mainflux/dashflux.yml +++ b/k8s/mainflux/dashflux.yml @@ -15,7 +15,7 @@ spec: image: mainflux/dashflux:latest imagePullPolicy: Always ports: - - containerPort: 80 + - containerPort: 3000 --- apiVersion: v1 kind: Service @@ -28,5 +28,4 @@ spec: component: dashflux ports: - port: 3000 - targetPort: 80 - type: LoadBalancer \ No newline at end of file + type: LoadBalancer