48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/scrypted-thin
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.6.16@sha256:6b89c432fc1fb86609803e4e10bdbf797916c989a7a7b6a4b1763b9aa7c9826c
|
|
|
|
liteImage:
|
|
repository: tccr.io/truecharts/scrypted-lite
|
|
tag: 0.6.19@sha256:da3c00474607bbed77867485b824193f2d5e85787f6f5271e96ae87cc6ca2648
|
|
pullPolicy: Always
|
|
|
|
fullImage:
|
|
repository: tccr.io/truecharts/scrypted-full
|
|
tag: 0.6.19@sha256:5135d0ca7145342af2abfbb504760079f33d9262d04f3e66bcb2b65378e0fc97
|
|
pullPolicy: Always
|
|
|
|
imageSelector: image
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
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
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
port: 10611
|
|
|
|
persistence:
|
|
server:
|
|
enabled: true
|
|
mountPath: /server/volume
|
|
media:
|
|
enabled: true
|
|
mountPath: /media/external
|
|
|
|
portal:
|
|
enabled: true
|