Files
truecharts/charts/stable/flexget/values.yaml
T
596fb9f935 chore(deps): update docker general non-major (#2175)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-15 16:05:49 +01:00

37 lines
585 B
YAML

image:
repository: tccr.io/truecharts/flexget
pullPolicy: IfNotPresent
tag: v3.3.3@sha256:2f18ced88f1451626c59174b55236325f3da20ec4d6be362090cf861798b2233
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
secret:
FG_WEBUI_PASSWD: "jLeT78KBDPW"
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"