43 lines
793 B
YAML
43 lines
793 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: universalmediaserver/ums
|
|
tag: latest@sha256:631d70b167409c6a39ad1eb3975a63df45a71f66ea8edad38d8f4535ea0fddb6
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /root/.config/UMS/
|
|
media:
|
|
enabled: true
|
|
mountPath: /media
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
api:
|
|
enabled: true
|
|
ports:
|
|
api:
|
|
enabled: true
|
|
port: 5001
|
|
protocol: tcp
|
|
targetPort: 5001
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9001
|
|
protocol: http
|
|
targetPort: 9001
|
|
sub:
|
|
enabled: true
|
|
ports:
|
|
sub:
|
|
enabled: true
|
|
port: 1044
|
|
protocol: tcp
|
|
targetPort: 1044
|