fix(ring-mqtt) disable probes for now (#4090)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -43,6 +43,14 @@ service:
|
||||
targetPort: 8554
|
||||
port: 8554
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user