mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[zwavejs2mqtt] Safer default values.yaml (#493)
Signed-off-by: Ingvarr Zhmakin
This commit is contained in:
parent
cceecb36fb
commit
0dbcd6c6e9
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user