fix(zoneminder): Add path for open button (#3409)
* fix(zoneminder): Add path for open button * add path * update desc * bump * cleanup Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
@@ -1,8 +1,40 @@
|
||||
env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/zoneminder
|
||||
tag: latest@sha256:8c95874d836c198e074a9cc4b7df3f85f4a71ab900de9679339182fbe172ef3b
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10292
|
||||
protocol: HTTPS
|
||||
targetPort: 443
|
||||
zmninja:
|
||||
enabled: true
|
||||
ports:
|
||||
zmninja:
|
||||
enabled: true
|
||||
port: 10293
|
||||
protocol: TCP
|
||||
targetPort: 9000
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/zm"
|
||||
readiness:
|
||||
path: "/zm"
|
||||
startup:
|
||||
path: "/zm"
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
@@ -10,29 +42,6 @@ persistence:
|
||||
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
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user