37 lines
589 B
YAML
37 lines
589 B
YAML
image:
|
|
repository: tccr.io/truecharts/flexget
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.3.15@sha256:28d6fc237d50b9c2695d96fbd360f1085051d4cc4db7357031fb7072935f721a
|
|
|
|
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"
|