Files
truecharts/charts/incubator/zoneminder/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

36 lines
728 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/zoneminder
tag: latest@sha256:8c95874d836c198e074a9cc4b7df3f85f4a71ab900de9679339182fbe172ef3b
persistence:
config:
enabled: true
mountPath: /config
datapath:
enabled: true
mountPath: /var/cache/zoneminder
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8443
protocol: HTTP
targetPort: 443
zmninjaeventno:
enabled: true
ports:
zmninjaeventno:
enabled: true
port: 9000
protocol: TCP
targetPort: 9000