47 lines
895 B
YAML
47 lines
895 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: dlandon/zoneminder.unraid
|
|
tag: latest@sha256:290ff8fb91b1df4b4449a26bc75102e44d65b3ef8f9be5d4b4cea4d87d21f483
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
datapath:
|
|
enabled: true
|
|
mountPath: /var/cache/zoneminder
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10292
|
|
protocol: https
|
|
targetPort: 443
|
|
zmninja:
|
|
enabled: true
|
|
ports:
|
|
zmninja:
|
|
enabled: true
|
|
port: 10293
|
|
protocol: tcp
|
|
targetPort: 9000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: /zm
|
|
readiness:
|
|
path: /zm
|
|
startup:
|
|
path: /zm
|