2021-06-11 14:43:41 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/prowlarr
|
2021-06-11 14:43:41 +00:00
|
|
|
# -- image tag
|
2022-02-06 14:15:32 +00:00
|
|
|
tag: v0.2.0.1502@sha256:dd2f755dc65ed44f1213245b22acd576918569cdb3e4d78a9e099aaf4717b11b
|
2021-06-11 14:43:41 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
2021-06-29 07:22:25 +00:00
|
|
|
|
2021-06-11 14:43:41 +00:00
|
|
|
# -- 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
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 9696
|
2021-06-11 14:43:41 +00:00
|
|
|
|
|
|
|
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:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/config"
|