2021-02-10 10:09:33 +00:00
|
|
|
image:
|
2022-09-23 21:41:48 +00:00
|
|
|
repository: tccr.io/truecharts/zwavejs-ui
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-10-14 22:57:21 +00:00
|
|
|
tag: 8.2.1@sha256:f4b0b7f5204cca133be1f13f4fdf9d53a3546e4f949fa3c1ad5ff76fb3e1ad84
|
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
|
|
|
|
2022-06-17 08:24:54 +00:00
|
|
|
# env: {}
|
|
|
|
# OZW_NETWORK_KEY:
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|