20 lines
369 B
YAML
20 lines
369 B
YAML
image:
|
|
repository: tccr.io/truecharts/prowlarr
|
|
tag: v0.4.2.1879@sha256:f7f07eaae35a54633cc4ed27948cd1d8975130bc417b3b5e210088755bf4021c
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9696
|
|
targetPort: 9696
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|