mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[zwavejs2mqtt] Update image and add websocket port example (#749)
* [zwavejs2mqtt] Update image and add websocket port example * Fix wrong identation Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
164459390b
commit
e3a7855ce0
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.1.1
|
appVersion: 3.0.3
|
||||||
description: Fully configurable Zwave to MQTT Gateway and Control Panel
|
description: Fully configurable Zwave to MQTT Gateway and Control Panel
|
||||||
name: zwavejs2mqtt
|
name: zwavejs2mqtt
|
||||||
version: 3.1.1
|
version: 3.2.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- zwave
|
- zwave
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
image:
|
image:
|
||||||
repository: zwavejs/zwavejs2mqtt
|
repository: zwavejs/zwavejs2mqtt
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.1.1
|
tag: 3.0.3
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
@ -21,6 +21,9 @@ env: {}
|
|||||||
service:
|
service:
|
||||||
port:
|
port:
|
||||||
port: 8091
|
port: 8091
|
||||||
|
# additionalPorts:
|
||||||
|
# - name: websocket
|
||||||
|
# port: 3000
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user