[zwavejs2mqtt] Safer default values.yaml (#493)

Signed-off-by: Ingvarr Zhmakin
This commit is contained in:
Ingvarr Zhmakin 2021-01-13 15:21:50 +01:00 committed by GitHub
parent cceecb36fb
commit 0dbcd6c6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 10 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.0.0-alpha.2 appVersion: 1.0.0-alpha.2
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: 1.0.0 version: 1.1.0
keywords: keywords:
- zwave - zwave
- mqtt - mqtt

View File

@ -1,4 +1,6 @@
# Default values for zwavejs2mqtt. # Default values for zwavejs2mqtt.
# This chart inherits from our common library chart. You can check the default values/options here:
# https://github.com/k8s-at-home/charts/tree/master/charts/common
image: image:
repository: zwavejs/zwavejs2mqtt repository: zwavejs/zwavejs2mqtt
@ -61,8 +63,9 @@ service:
port: port:
port: 8091 port: 8091
securityContext: # Privileged may be required if USB controller is accessed directly through the host machine
privileged: true # securityContext:
# privileged: true
persistence: persistence:
config: config:
@ -83,15 +86,15 @@ persistence:
# existingClaim: "" # existingClaim: ""
# Path to your zwave device in the container # Path to your zwave device in the container
additionalVolumeMounts: additionalVolumeMounts: []
- name: usb # - name: usb
mountPath: /dev/serial/by-id/usb-0658_0200-if00 # mountPath: /dev/serial/by-id/usb-0658_0200-if00
# Path to your zwave device on the host # Path to your zwave device on the host
additionalVolumes: additionalVolumes: []
- name: usb # - name: usb
hostPath: # hostPath:
path: /dev/serial/by-id/usb-0658_0200-if00 # path: /dev/serial/by-id/usb-0658_0200-if00
# affinity: # affinity:
# nodeAffinity: # nodeAffinity: