2021-02-10 10:09:33 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/zwavejs2mqtt
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-03-26 03:04:05 +00:00
|
|
|
tag: v6.6.2@sha256:868ccbcd90a1b38cfadec87ca933b3bf613ccb08df17d2a26b2baf7e743294bc
|
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
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10046
|
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
|