Files
truecharts/charts/stable/flexget/values.yaml
T
2026-02-14 22:35:03 +01:00

44 lines
948 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/wiserain/flexget
pullPolicy: IfNotPresent
tag: 3.18.46@sha256:3958da148be29b8dab72fdeb34812acd0ac9c57ef0ed9a0e61d687bef766cd9a
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