56 lines
985 B
YAML
56 lines
985 B
YAML
# Default values for jdownloader2.
|
|
|
|
image:
|
|
repository: ghcr.io/truecharts/jdownloader-2
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.7.1@sha256:ed3299aa7037a99aed5978c30e504ce3daa470d11b6af9533355592c64c3cced
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5800
|
|
vnc:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
vnc:
|
|
enabled: true
|
|
port: 5900
|
|
protocol: "TCP"
|
|
|
|
# All values here are set as the docker defaults.
|
|
envTpl:
|
|
# Permissions Settings
|
|
USER_ID: "{{ .Values.env.PUID }}"
|
|
|
|
|
|
env:
|
|
# Permissions Settings
|
|
PUID: 568
|
|
|
|
# General Settings
|
|
KEEP_APP_RUNNING: "0"
|
|
CLEAN_TMP_DIR: "1"
|
|
# GUI Settings
|
|
DISPLAY_WIDTH: "1280"
|
|
DISPLAY_HEIGHT: "768"
|
|
SECURE_CONNECTION: "0"
|
|
VNC_PASSWORD:
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|