[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:
Ardetus 2021-04-01 21:17:51 +03:00 committed by GitHub
parent 164459390b
commit e3a7855ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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