Files
truecharts/charts/stable/flexget/values.yaml
T
TrueCharts BotandGitHub 8bbdbc259a chore(deps): update docker general non-major (#3860)
* 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-09-24 12:19:17 +02:00

39 lines
612 B
YAML

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