30 lines
535 B
YAML
30 lines
535 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: masonxx/mediaelch
|
|
tag: latest@sha256:b46a348a84fede0097ab5081ad004eb7bb740046ef61019222287bc7b6f1bd51
|
|
persistence:
|
|
mediaelch:
|
|
enabled: true
|
|
mountPath: /shows
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5800
|
|
protocol: tcp
|
|
targetPort: 5800
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|