Files
truecharts/charts/stable/mstream/values.yaml
T

25 lines
518 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/linuxserver/mstream
pullPolicy: IfNotPresent
tag: 6.17.2@sha256:a37ce37e3b616e0114d2fdbb09f84a923096be755bbfe961bb6039ae7f4f6c1e
service:
main:
ports:
main:
port: 10041
targetPort: 3000
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0