TrueChartsClone/charts/stable/flexget/values.yaml

46 lines
918 B
YAML

image:
repository: wiserain/flexget
pullPolicy: IfNotPresent
tag: 3.9.18@sha256:ca885c22e489f35bd9fb904cd243bd5af5267c29c249ba056d0a8620edb7405b
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