Default to nodeport on zwave WS (#741)
This commit is contained in:
@@ -27,4 +27,4 @@ sources:
|
|||||||
- https://github.com/zwave-js/zwavejs2mqtt
|
- https://github.com/zwave-js/zwavejs2mqtt
|
||||||
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
|
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
|
||||||
type: application
|
type: application
|
||||||
version: 6.4.4
|
version: 6.4.5
|
||||||
|
|||||||
@@ -246,7 +246,7 @@ questions:
|
|||||||
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
|
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "ClusterIP"
|
default: "NodePort"
|
||||||
enum:
|
enum:
|
||||||
- value: "NodePort"
|
- value: "NodePort"
|
||||||
description: "NodePort"
|
description: "NodePort"
|
||||||
|
|||||||
Reference in New Issue
Block a user