26 lines
495 B
YAML
26 lines
495 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/media-roller
|
|
tag: latest@sha256:aec4c4ba28d2e92aea6a643ee22d90578358204f03a8084043452c891898633c
|
|
persistence:
|
|
download:
|
|
enabled: true
|
|
mountPath: /download
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
|
|
portal:
|
|
enabled: true
|