Files
truecharts/charts/stable/flexget/values.yaml
T
TrueCharts BotandGitHub f5c10e1ac8 chore(deps): update docker general non-major (#4230)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-29 13:40:07 +03:00

39 lines
611 B
YAML

image:
repository: tccr.io/truecharts/flexget
pullPolicy: IfNotPresent
tag: 3.4.2@sha256:a59e390612e658d6a120bd50c3880f7b2fb89191e23536024817294cb7c1e2ab
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"
portal:
enabled: true