36 lines
783 B
YAML
36 lines
783 B
YAML
env:
|
|
CUSTOM_RES_H: "881"
|
|
CUSTOM_RES_W: "1024"
|
|
DL_URL: https://launchpad.net/rapid/pyqt/0.9.17/+download/install.py
|
|
FORCE_UPDATE: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/rapidphotodownloader
|
|
tag: latest@sha256:91e247feb86d6b28e5d1f602f2dbe85f3b2f39db69ca6d9cbeb7ad0d26a105b6
|
|
persistence:
|
|
datadir:
|
|
enabled: true
|
|
mountPath: /rapidphotodownloader
|
|
destinantionfolder:
|
|
enabled: true
|
|
mountPath: /media/destination
|
|
sourcefolder:
|
|
enabled: true
|
|
mountPath: /media/source
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|