fix(ring-mqtt) disable probes for now (#4090)

This commit is contained in:
Xstar97
2022-10-25 19:18:41 -04:00
committed by GitHub
parent 848d86b41c
commit 3c9c3ddbf3
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/tsightler/ring-mqtt
- https://hub.docker.com/r/tsightler/ring-mqtt/
type: application
version: 1.0.13
version: 1.0.14
annotations:
truecharts.org/catagories: |
- HomeAutomation
+8
View File
@@ -43,6 +43,14 @@ service:
targetPort: 8554
port: 8554
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
data:
enabled: true