77 lines
1.9 KiB
YAML
77 lines
1.9 KiB
YAML
image:
|
|
repository: zwavejs/zwave-js-ui
|
|
pullPolicy: IfNotPresent
|
|
tag: 9.17.0@sha256:9e525130a0a4d76b723a4e8b2d0244f1d8c9a347de232ee0d3ec3c9026f5e08f
|
|
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"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
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
|