2021-02-10 10:09:33 +00:00
|
|
|
# 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
|
|
|
|
pullPolicy: IfNotPresent
|
2021-08-28 12:57:38 +00:00
|
|
|
tag: 5.5.1
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
2021-05-23 13:37:33 +00:00
|
|
|
# 5=tty 20=dialout 24=cdrom
|
2021-04-14 20:24:09 +00:00
|
|
|
podSecurityContext:
|
|
|
|
runAsNonRoot: true
|
|
|
|
runAsUser: 568
|
|
|
|
runAsGroup: 568
|
|
|
|
fsGroup: 568
|
2021-04-15 19:22:37 +00:00
|
|
|
supplementalGroups: [5, 20, 24]
|
2021-04-14 20:24:09 +00:00
|
|
|
|
2021-02-10 10:09:33 +00:00
|
|
|
# # See more environment variables in the zwavejs2mqtt documentation
|
|
|
|
# https://zwave-js.github.io/zwavejs2mqtt/#/guide/env-vars
|
|
|
|
env: {}
|
|
|
|
# OZW_NETWORK_KEY:
|
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
# custom: true
|
|
|
|
# spec:
|
|
|
|
# failureThreshold: 5
|
|
|
|
# httpGet:
|
|
|
|
# path: /health
|
|
|
|
# port: http
|
|
|
|
# httpHeaders:
|
|
|
|
# - name: Accept
|
|
|
|
# value: text/plain
|
|
|
|
# initialDelaySeconds: 30
|
|
|
|
# periodSeconds: 10
|
|
|
|
# timeoutSeconds: 10
|
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
# custom: true
|
|
|
|
# spec:
|
|
|
|
# failureThreshold: 5
|
|
|
|
# httpGet:
|
|
|
|
# path: /health
|
|
|
|
# port: http
|
|
|
|
# httpHeaders:
|
|
|
|
# - name: Accept
|
|
|
|
# value: text/plain
|
|
|
|
# initialDelaySeconds: 30
|
|
|
|
# periodSeconds: 10
|
|
|
|
# timeoutSeconds: 10
|
|
|
|
startup:
|
|
|
|
enabled: false
|
|
|
|
# custom: true
|
|
|
|
# spec:
|
|
|
|
# failureThreshold: 5
|
|
|
|
# httpGet:
|
|
|
|
# path: /health
|
|
|
|
# port: http
|
|
|
|
# httpHeaders:
|
|
|
|
# - name: Accept
|
|
|
|
# value: text/plain
|
|
|
|
# initialDelaySeconds: 30
|
|
|
|
# periodSeconds: 10
|
|
|
|
# timeoutSeconds: 10
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-03 15:51:25 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8091
|
2021-03-03 15:51:25 +00:00
|
|
|
ws:
|
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
ws:
|
|
|
|
enabled: true
|
|
|
|
port: 3000
|
|
|
|
protocol: TCP
|
2021-03-03 15:51:25 +00:00
|
|
|
|
2021-02-10 10:09:33 +00:00
|
|
|
# Privileged may be required if USB controller is accessed directly through the host machine
|
|
|
|
# securityContext:
|
|
|
|
# privileged: true
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-04-13 19:43:27 +00:00
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-06-11 11:59:46 +00:00
|
|
|
type: emptyDir
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
# affinity:
|
|
|
|
# nodeAffinity:
|
|
|
|
# requiredDuringSchedulingIgnoredDuringExecution:
|
|
|
|
# nodeSelectorTerms:
|
|
|
|
# - matchExpressions:
|
|
|
|
# - key: app
|
|
|
|
# operator: In
|
|
|
|
# values:
|
|
|
|
# - zwave-controller
|