27 lines
502 B
YAML
27 lines
502 B
YAML
|
env:
|
||
|
UMASK: "000"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/mediaelch
|
||
|
tag: latest@sha256:e2b3f2f9e9d8307078ff394f9fce0be4279a7dfdc36c7f2612d539839f1d8915
|
||
|
persistence:
|
||
|
mediaelch:
|
||
|
enabled: true
|
||
|
mountPath: /shows
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 5800
|
||
|
protocol: TCP
|
||
|
targetPort: 5800
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|