21 lines
370 B
YAML
21 lines
370 B
YAML
image:
|
|
repository: tccr.io/truecharts/prowlarr
|
|
tag: v0.4.0.1802@sha256:38c36ad5f20a578764c48b5188a46e943263e232b922bcf88c57edd77db16629
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9696
|
|
targetPort: 9696
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|