From 72f2dedacd43da81ca92f9ce45197930c9da680e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= <6213398+bjw-s@users.noreply.github.com> Date: Fri, 8 Jan 2021 16:22:53 +0100 Subject: [PATCH] [zwave2mqtt] Custom probes (#482) * [zwave2mqtt] Custom probes --- charts/zwave2mqtt/Chart.yaml | 2 +- charts/zwave2mqtt/values.yaml | 44 +++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/charts/zwave2mqtt/Chart.yaml b/charts/zwave2mqtt/Chart.yaml index fc05d3eb..d400739b 100644 --- a/charts/zwave2mqtt/Chart.yaml +++ b/charts/zwave2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.6 description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue name: zwave2mqtt -version: 6.2.1 +version: 6.3.0 keywords: - zwave - mqtt diff --git a/charts/zwave2mqtt/values.yaml b/charts/zwave2mqtt/values.yaml index 8a16bf87..60121c17 100644 --- a/charts/zwave2mqtt/values.yaml +++ b/charts/zwave2mqtt/values.yaml @@ -11,6 +11,50 @@ strategy: env: 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: port: port: 8091