Files
truecharts/charts/stable/overseerr/values.yaml
T
ed4e1ee754 chore(deps): update docker general non-major (#1646)
* 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-01-03 22:36:51 +01:00

35 lines
767 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/overseerr
# -- image tag
tag: v1.28.0@sha256:50cd1bf4ba1fcc5a0fd040ff6a529557470e5c2d1dc5e6d40f144b40ca1607a0
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
# -- environment variables.
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- 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"