mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +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
|
||||
appVersion: 1.1.1
|
||||
appVersion: 3.0.3
|
||||
description: Fully configurable Zwave to MQTT Gateway and Control Panel
|
||||
name: zwavejs2mqtt
|
||||
version: 3.1.1
|
||||
version: 3.2.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- zwave
|
||||
|
@ -8,7 +8,7 @@
|
||||
image:
|
||||
repository: zwavejs/zwavejs2mqtt
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.1
|
||||
tag: 3.0.3
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
@ -21,6 +21,9 @@ env: {}
|
||||
service:
|
||||
port:
|
||||
port: 8091
|
||||
# additionalPorts:
|
||||
# - name: websocket
|
||||
# port: 3000
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user