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://github.com/tsightler/ring-mqtt
|
||||||
- https://hub.docker.com/r/tsightler/ring-mqtt/
|
- https://hub.docker.com/r/tsightler/ring-mqtt/
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.13
|
version: 1.0.14
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- HomeAutomation
|
- HomeAutomation
|
||||||
|
|||||||
@@ -43,6 +43,14 @@ service:
|
|||||||
targetPort: 8554
|
targetPort: 8554
|
||||||
port: 8554
|
port: 8554
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
enabled: false
|
||||||
|
readiness:
|
||||||
|
enabled: false
|
||||||
|
startup:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user