86 lines
1.7 KiB
YAML
86 lines
1.7 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/zwavejs-ui
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.9.0@sha256:07acae09b6e0f0c9a6dbd00cb78501095a3c9a50de9ab8c293c6053d344e0051
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
# 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
|
|
|
|
portal:
|
|
enabled: true
|