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.15.2@sha256:451e0e14ba2ce6b9f98d0b6710b45d7ed396780a340e256f7e17b4cac397dddc
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