67 lines
1.3 KiB
YAML
67 lines
1.3 KiB
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tsightler/ring-mqtt
|
||
|
tag: 5.6.4@sha256:3cf9d5786d6407a34dd78223f3f20fc2c66fe5bdee1b167c54c157de5a21cddf
|
||
|
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
|