c57c4bc511
This PR contains the following updates: | Package | Update | Change | |---|---|---| | dlandon/zoneminder.unraid | digest | `290ff8f` -> `79c3c54` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
49 lines
924 B
YAML
49 lines
924 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: dlandon/zoneminder.unraid
|
|
tag: latest@sha256:79c3c54cedc4ec4c3e7b19736469fd7205dd29c8080642e24decff6e8c95c938
|
|
persistence:
|
|
varrun:
|
|
enabled: false
|
|
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
|