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

50 lines
1.2 KiB
YAML

image:
repository: koush/scrypted
tag: v0.112.0-jammy-full@sha256:3354dd698814e611f57ff7a6286234a4824ca9df177abc04204cbd9525e474e7
pullPolicy: Always
liteImage:
repository: koush/scrypted
tag: v0.112.0-jammy-lite@sha256:21bc7a779c6c31e8e47031db53abbb0cc1b6c6fe67126a7f7f5932ffb6be0127
pullPolicy: Always
nvidiaImage:
repository: koush/scrypted
tag: v0.111.0-jammy-nvidia@sha256:c3073de0d81c691442887959377ba04779a5defe591969f0abdb09fce806476c
pullPolicy: Always
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10611
workload:
main:
podSpec:
containers:
main:
imageSelector: image
env:
SCRYPTED_INSECURE_PORT: "{{ .Values.service.main.ports.main.port }}"
# SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION: Bearer SET_THIS_TO_SOME_RANDOM_TEXT
# SCRYPTED_WEBHOOK_UPDATE: http://localhost:10444/v1/update
persistence:
server:
enabled: true
mountPath: /server/volume
media:
enabled: true
mountPath: /media/external
portal:
open:
enabled: true