mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
parent
9749081d70
commit
72f2dedacd
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 4.0.6
|
appVersion: 4.0.6
|
||||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
||||||
name: zwave2mqtt
|
name: zwave2mqtt
|
||||||
version: 6.2.1
|
version: 6.3.0
|
||||||
keywords:
|
keywords:
|
||||||
- zwave
|
- zwave
|
||||||
- mqtt
|
- mqtt
|
||||||
|
@ -11,6 +11,50 @@ strategy:
|
|||||||
env:
|
env:
|
||||||
OZW_AUTO_UPDATE_CONFIG: true
|
OZW_AUTO_UPDATE_CONFIG: true
|
||||||
|
|
||||||
|
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:
|
service:
|
||||||
port:
|
port:
|
||||||
port: 8091
|
port: 8091
|
||||||
|
Loading…
Reference in New Issue
Block a user