Files
truecharts/charts/stable/prowlarr/values.yaml
T
TrueCharts BotandGitHub ca801e1c2c chore(deps): update docker general non-major (#2711)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-19 12:21:42 +02:00

38 lines
845 B
YAML

image:
# -- image repository
repository: tccr.io/truecharts/prowlarr
# -- image tag
tag: v0.4.0.1791@sha256:35361577af5392ebe783fc0b10bd3847e9c8b35c338211e497bc835b67de9f3b
# -- image pull policy
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
# -- environment variables.
# @default -- See below
env:
# -- Set the container timezone
# -- 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"