Files
truecharts/charts/stable/zwavejs2mqtt/values.yaml
T
833e47306f chore(deps): update container image tccr.io/truecharts/zwavejs2mqtt to v8.0.0 (#3851)
* chore(deps): update container image tccr.io/truecharts/zwavejs2mqtt to v8.0.0

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* update to the new repo

* mark as breaking change

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-24 00:41:48 +03:00

86 lines
1.7 KiB
YAML

image:
repository: tccr.io/truecharts/zwavejs-ui
pullPolicy: IfNotPresent
tag: 8.0.0@sha256:6536e76d7b77a7583617aca7ea4b1826c9d171c645aae8037f3bb26831ed0819
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