41 lines
763 B
YAML
41 lines
763 B
YAML
image:
|
|
repository: tccr.io/truecharts/minisatip
|
|
pullPolicy: IfNotPresent
|
|
tag: v2021.12.01@sha256:6378c0a033bbb72295402a0ad4cc990bd858bfd4b83a2581831c9c7ff9688dc7
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 8875
|
|
port: 8875
|
|
rtsp:
|
|
enabled: true
|
|
ports:
|
|
rtsp:
|
|
enabled: true
|
|
targetPort: 554
|
|
port: 554
|
|
discovery:
|
|
enabled: true
|
|
ports:
|
|
discovery:
|
|
enabled: true
|
|
protocol: udp
|
|
targetPort: 1900
|
|
port: 1900
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|