Files
truecharts/charts/stable/overseerr/values.yaml
T

35 lines
766 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/overseerr
# -- image tag
tag: 1.27.0@sha256:061f876e32bd85050c767dee57e09593c293e8676e06a7dc40536f28bf55fc68
# -- 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"