TrueChartsClone/charts/stable/ring-mqtt/values.yaml

73 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ring-mqtt
tag: v5.6.3@sha256:1e1f503a4a8f47c7edf0d96b53bc8a5867b203f560e5a547773c6116540ee794
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
protocol: http
targetPort: 55123
port: 55123
rtsp:
enabled: true
ports:
rtsp:
enabled: true
protocol: tcp
targetPort: 8554
port: 8554
ring:
mqtt_url: "mqtt://localhost:1883"
mqtt_options: ""
livestream_user: ""
livestream_pass: ""
disarm_code: ""
enable_cameras: true
enable_modes: false
enable_panic: false
hass_topic: "homeassistant/status"
ring_topic: "ring"
location_ids": []
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
data:
enabled: true
mountPath: /data
ring-config:
enabled: true
type: configmap
objectName: ring-config
targetSelector:
main:
main:
mountPath: /data/config.json
subPath: config.json
readOnly: true
portal:
open:
enabled: false