37 lines
589 B
YAML
37 lines
589 B
YAML
image:
|
|
repository: tccr.io/truecharts/flexget
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.3.17@sha256:21efff086d285011a1bd219bdfe04118c10a412b70c394b400a074060c910eb7
|
|
|
|
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
|
|
|
|
secretEnv:
|
|
FG_WEBUI_PASSWD: "jLeT78KBDPW"
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|