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: 5.13.1@sha256:d154bb4c7f6d1710c466818cfba75a1174903b76dbdca3073a6d4e5556d44051
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