2021-03-06 20:32:31 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/radarr
|
2021-03-06 20:32:31 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-04-29 13:23:14 +00:00
|
|
|
tag: 4.4.4.7068@sha256:299a9fc534456ac607bb99e480582d413a8accc21b641f2041d7bcb30905ff26
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-04-13 19:43:27 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 7878
|
2021-04-13 19:43:27 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2023-02-28 08:10:14 +00:00
|
|
|
mountPath: /config
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
2023-04-12 22:39:51 +00:00
|
|
|
readiness:
|
2023-04-11 10:07:17 +00:00
|
|
|
enabled: true
|
2023-04-19 23:19:46 +00:00
|
|
|
type: http
|
|
|
|
path: /ping
|
2023-04-12 09:11:20 +00:00
|
|
|
liveness:
|
|
|
|
enabled: true
|
2023-04-19 23:19:46 +00:00
|
|
|
type: http
|
|
|
|
path: /ping
|
2023-04-12 22:39:51 +00:00
|
|
|
startup:
|
2023-04-12 09:11:20 +00:00
|
|
|
enabled: true
|
2023-04-19 23:19:46 +00:00
|
|
|
type: http
|
|
|
|
path: /ping
|
2023-04-12 09:11:20 +00:00
|
|
|
|
2023-04-11 10:07:17 +00:00
|
|
|
env:
|
|
|
|
RADARR__PORT: "{{ .Values.service.main.ports.main.port }}"
|