Files
truecharts/charts/stable/overseerr/values.yaml
T
3354e963ac chore(deps): update docker general non-major (#2460)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-04-09 10:28:47 +02:00

34 lines
757 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/overseerr
# -- image tag
tag: v1.29.1@sha256:8b2e31f80dcdaed42ef89be859068a741379b25cf9f02ae9ba9cc26ceea16d30
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
# -- environment variables.
# @default -- See below
env:
# -- Set the container timezone
# -- Set the application log level
LOG_LEVEL: info
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 5055
targetPort: 5055
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: true
mountPath: "/app/config"