2023-02-18 21:14:16 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/scrypted-thin
|
|
|
|
pullPolicy: IfNotPresent
|
2023-02-25 20:03:17 +00:00
|
|
|
tag: 0.6.23@sha256:541ec0b4cc51d8e56eb69139c3cf7ab905ef9257617003319830eb91312ad981
|
2023-02-18 21:14:16 +00:00
|
|
|
|
|
|
|
liteImage:
|
|
|
|
repository: tccr.io/truecharts/scrypted-lite
|
2023-02-25 20:03:17 +00:00
|
|
|
tag: 0.6.23@sha256:716deb1d2d8d0ad53645068e564de86111b7f20d0f17ae97050139a5d38cf3da
|
2023-02-18 21:14:16 +00:00
|
|
|
pullPolicy: Always
|
|
|
|
|
|
|
|
fullImage:
|
|
|
|
repository: tccr.io/truecharts/scrypted-full
|
2023-02-25 20:03:17 +00:00
|
|
|
tag: 0.6.23@sha256:ff78f200e2981573b2da79fb07c79855d0fa2325118ad07fd110a16e8ca06533
|
2023-02-18 21:14:16 +00:00
|
|
|
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
|