Files
truecharts/charts/incubator/universal-media-server/values.yaml
T
TrueCharts BotandGitHub 8229f1a5e5 chore(deps): update docker general non-major (#3790)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-19 11:20:18 +02:00

45 lines
852 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/universal-media-server
tag: latest@sha256:3521d5a9b0f85f740c7450df35a9a03acd66f5b889ce5539837cb60e60b99a70
persistence:
config:
enabled: true
mountPath: /root/.config/UMS/
media:
enabled: true
mountPath: /media
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 9001
protocol: HTTP
targetPort: 9001
port1044:
enabled: true
ports:
port1044:
enabled: true
port: 1044
protocol: TCP
targetPort: 1044
port5002:
enabled: true
ports:
port5002:
enabled: true
port: 5002
protocol: TCP
targetPort: 5002
portal:
enabled: true