NOISSUE - Update dashflux port on kubernetes configuration (#317)
* Update dashflux port on kubernetes configuration Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Remove target port from dashflux config Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
This commit is contained in:
parent
c38a032fa5
commit
97c2d9c30a
|
@ -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
|
||||
type: LoadBalancer
|
||||
|
|
Loading…
Reference in New Issue