TrueChartsCatalogClone/stable/prowlarr/4.0.41/ix_values.yaml

39 lines
855 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/prowlarr
# -- image tag
tag: v0.1.8.1253@sha256:278fd1ddcac1b28d9443d21907576e01a39015ed384f04e192b719565b7826e8
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
# -- environment variables.
# @default -- See below
env:
# -- Set the container timezone
TZ: UTC
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port: 9696
targetPort: 9696
ingress:
# -- Enable and configure ingress settings for the chart under this key.
# @default -- See values.yaml
main:
enabled: false
# -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml
persistence:
config:
enabled: true
mountPath: "/config"