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:
|
2021-09-11 10:03:46 +00:00
|
|
|
repository: ghcr.io/truecharts/zwavejs2mqtt
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-11-16 20:06:05 +00:00
|
|
|
tag: v5.12.0@sha256:1d1870e8ccbb1cd2f6417e0f4879e8923e7ac56c88a1215bdc14eaeb69751a0c
|
2021-02-10 10:09:33 +00:00
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
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-11-06 21:55:18 +00:00
|
|
|
targetPort: 8091
|
2021-03-03 15:51:25 +00:00
|
|
|
ws:
|
|
|
|
enabled: true
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
ws:
|
|
|
|
enabled: true
|
|
|
|
port: 3000
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 3000
|
2021-03-03 15:51:25 +00:00
|
|
|
|
2021-02-10 10:09:33 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
2021-04-13 19:43:27 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/usr/src/app/store"
|
|
|
|
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
# affinity:
|
|
|
|
# nodeAffinity:
|
|
|
|
# requiredDuringSchedulingIgnoredDuringExecution:
|
|
|
|
# nodeSelectorTerms:
|
|
|
|
# - matchExpressions:
|
|
|
|
# - key: app
|
|
|
|
# operator: In
|
|
|
|
# values:
|
|
|
|
# - zwave-controller
|