37 lines
585 B
YAML
37 lines
585 B
YAML
image:
|
|
repository: tccr.io/truecharts/flexget
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.3.3@sha256:50a58f6f83db1e88697afc275ebee5a56873a4c36c356b884f1aa8d73264e238
|
|
|
|
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"
|