30 lines
495 B
YAML
30 lines
495 B
YAML
image:
|
|
repository: tccr.io/truecharts/clipplex
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:fab2d14712fe431ddefe59ec976f5a16436826e8a05d9d78059777a3f4e7cfa7
|
|
|
|
secretEnv:
|
|
PLEX_TOKEN: ""
|
|
STREAMABLE_LOGIN: ""
|
|
STREAMABLE_PASSWORD: ""
|
|
|
|
env:
|
|
PLEX_URL: ""
|
|
PYTHONUNBUFFERED: 1
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
targetPort: 5000
|
|
port: 10602
|
|
|
|
persistence:
|
|
clips:
|
|
enabled: true
|
|
mountPath: /app/app/static/media
|
|
|
|
portal:
|
|
enabled: true
|