Files
truecharts/charts/stable/universal-media-server/values.yaml
T

42 lines
823 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: docker.io/universalmediaserver/ums
tag: latest@sha256:2ef926860626903ae82b54c56e8d68a2cfff5d82e467b737153827bd9c809039
persistence:
config:
enabled: true
mountPath: /root/.config/UMS/
media:
enabled: true
mountPath: /media
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