[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
description: Fully configurable Zwave to MQTT Gateway and Control Panel
name: zwavejs2mqtt
version: 1.0.0
version: 1.1.0
keywords:
- zwave
- mqtt

View File

@ -1,4 +1,6 @@
# 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:
repository: zwavejs/zwavejs2mqtt
@ -61,8 +63,9 @@ service:
port:
port: 8091
securityContext:
privileged: true
# Privileged may be required if USB controller is accessed directly through the host machine
# securityContext:
# privileged: true
persistence:
config:
@ -83,15 +86,15 @@ persistence:
# existingClaim: ""
# Path to your zwave device in the container
additionalVolumeMounts:
- name: usb
mountPath: /dev/serial/by-id/usb-0658_0200-if00
additionalVolumeMounts: []
# - name: usb
# mountPath: /dev/serial/by-id/usb-0658_0200-if00
# Path to your zwave device on the host
additionalVolumes:
- name: usb
hostPath:
path: /dev/serial/by-id/usb-0658_0200-if00
additionalVolumes: []
# - name: usb
# hostPath:
# path: /dev/serial/by-id/usb-0658_0200-if00
# affinity:
# nodeAffinity: