29 lines
565 B
YAML
29 lines
565 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/masonxx/mediaelch
|
|
tag: latest@sha256:ccf3562c9e69053a15389befdfee223266a5f1f710e688ca664507766c75ffff
|
|
persistence:
|
|
mediaelch:
|
|
enabled: true
|
|
mountPath: /shows
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5800
|
|
protocol: tcp
|
|
targetPort: 5800
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|