mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-04 22:17:59 +08:00
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
|
image: mainflux/dashflux:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 3000
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
@ -28,5 +28,4 @@ spec:
|
|||||||
component: dashflux
|
component: dashflux
|
||||||
ports:
|
ports:
|
||||||
- port: 3000
|
- port: 3000
|
||||||
targetPort: 80
|
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
Loading…
x
Reference in New Issue
Block a user