Files
truecharts/charts/stable/ring-mqtt/values.yaml
T
ef2f489611 chore(deps): update docker general non-major (#4084)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* http probe

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-10-15 01:57:21 +03:00

53 lines
877 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ring-mqtt
tag: 5.0.4@sha256:bb05efdb6eb7a524b9f8f60d67e5b2451ee60d0b9bc570798c49a84cd85ab961
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
RINGTOKEN: ""
MQTTUSER: ""
MQTTPASSWORD: ""
env:
BEAMDURATION: "0"
DISARMCODE: ""
ENABLECAMERAS: "false"
ENABLEMODES: "false"
ENABLEPANIC: "false"
MQTTHOST: ""
MQTTPORT: "1883"
RINGLOCATIONIDS: ""
SNAPSHOTMODE: disabled
service:
main:
ports:
main:
protocol: HTTP
targetPort: 55123
port: 55123
rtsp:
enabled: true
ports:
rtsp:
enabled: true
protocol: TCP
targetPort: 8554
port: 8554
persistence:
data:
enabled: true
mountPath: /data
portal:
enabled: false