37 lines
585 B
YAML
37 lines
585 B
YAML
image:
|
|
repository: tccr.io/truecharts/flexget
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.3.2@sha256:be8e8bb0834b8d763bc8db69acda82e434de5b53826ec52a5f92e2f4c22f97c0
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10174
|
|
targetPort: 5050
|
|
|
|
env:
|
|
FG_LOG_LEVEL: info
|
|
FG_LOG_FILE: flexget.log
|
|
|
|
secret:
|
|
FG_WEBUI_PASSWD: "jLeT78KBDPW"
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|