fix(ring-mqtt) disable probes for now (#4090)
This commit is contained in:
@@ -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