Default to nodeport on zwave WS (#741)

This commit is contained in:
Stavros Kois 2021-08-07 01:23:15 +03:00 committed by GitHub
parent 3bdd5abcc3
commit ad6e1b01cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/zwave-js/zwavejs2mqtt
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
type: application
version: 6.4.4
version: 6.4.5

View File

@ -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"
schema:
type: string
default: "ClusterIP"
default: "NodePort"
enum:
- value: "NodePort"
description: "NodePort"