Files
truecharts/charts/incubator/agent-dvr/values.yaml
T

47 lines
883 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/agent-dvr
tag: latest
persistence:
commandspath:
enabled: true
mountPath: /agent/Commands
configpath:
enabled: true
mountPath: /agent/Media/XML/
mediapath:
enabled: true
mountPath: /agent/Media/WebServerRoot/Media/
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 8090
protocol: HTTP
targetPort: 8090
turnserver:
enabled: true
ports:
turnserver:
enabled: true
port: 3478
protocol: UDP
targetPort: 3478
webrtc:
enabled: true
ports:
webrtc:
enabled: true
port: 50000
protocol: TCP
targetPort: 50000