51 lines
934 B
YAML
51 lines
934 B
YAML
image:
|
|
repository: tccr.io/truecharts/flexget
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.9.16@sha256:9d8a3c8c09961290cb8051942ce23cb3c26301e17f2a1e33140f881bdaa5c962
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
FG_LOG_LEVEL: info
|
|
FG_LOG_FILE: flexget.log
|
|
FG_WEBUI_PASSWD: "jLeT78KBDPW"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10174
|
|
targetPort: 5050
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|