Files
truecharts/charts/stable/flexget/values.yaml
T
TrueCharts BotandGitHub efda1e9e2e chore(deps): update docker general non-major (#4201)
* 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-27 07:51:28 +03:00

39 lines
611 B
YAML

image:
repository: tccr.io/truecharts/flexget
pullPolicy: IfNotPresent
tag: 3.4.0@sha256:04f11e00f31206a6153773e6f423f386df0ffadd76c2a149ce0a90cad18bf641
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