29 lines
558 B
YAML
29 lines
558 B
YAML
|
env: {}
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/rollarr
|
||
|
tag: latest@sha256:2c6cc5aa2a7e29350e30b1e45b264938a76a50b898352984e085f090c8cf83e5
|
||
|
persistence:
|
||
|
appdata:
|
||
|
enabled: true
|
||
|
mountPath: /rollar/data.json
|
||
|
prerolls:
|
||
|
enabled: true
|
||
|
mountPath: /media/prerolls
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 3100
|
||
|
protocol: TCP
|
||
|
targetPort: 3100
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|