41 lines
857 B
YAML
41 lines
857 B
YAML
image:
|
|
repository: tccr.io/truecharts/radarr
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.6.4.7568@sha256:9a8bfd8c2beb92116af78bc7d71ae7e87c734115f8252180137d89291731a577
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7878
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
startup:
|
|
enabled: true
|
|
type: http
|
|
path: /ping
|
|
|
|
env:
|
|
RADARR__PORT: "{{ .Values.service.main.ports.main.port }}"
|