TrueChartsClone/charts/stable/zwavejs2mqtt/values.yaml

87 lines
1.8 KiB
YAML

image:
repository: tccr.io/truecharts/zwavejs2mqtt
pullPolicy: IfNotPresent
tag: v6.5.2@sha256:3cd8e650865bcc8b16adfceb4e51dfd185f3f910ce5b428e165d23229296d6ea
securityContext:
readOnlyRootFilesystem: false
# # 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
service:
main:
ports:
main:
port: 8091
targetPort: 8091
ws:
enabled: true
ports:
ws:
enabled: true
port: 10046
targetPort: 3000
persistence:
config:
enabled: true
mountPath: "/usr/src/app/store"
# affinity:
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: app
# operator: In
# values:
# - zwave-controller