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

43 lines
803 B
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/universalmediaserver/ums
tag: latest@sha256:c10efa6661dc66849495fea241726e7a5e3fffd918b717e9e84417b124993469
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