28 lines
573 B
YAML
28 lines
573 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:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 3100
|
|
protocol: TCP
|
|
targetPort: 3100
|