image: repository: tccr.io/truecharts/radarr pullPolicy: IfNotPresent tag: v4.5.2.7388@sha256:93230b0ef0873a3d616d5eb5d8e9bc6d19088a4cf87055e602fb37bfaaaa1641 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 }}"