46 lines
1.0 KiB
YAML
46 lines
1.0 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/radarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.3.2.6857@sha256:b51ca8472ed45f8979ef4bf86608449d620a7b698c718bbfc57dfbe20af8033a
|
|
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: tcp
|
|
# FIXME: https://github.com/Radarr/Radarr/pull/8055
|
|
# Next release this will work
|
|
# type: http
|
|
# path: /ping
|
|
liveness:
|
|
enabled: true
|
|
type: tcp
|
|
# type: http
|
|
# path: /ping
|
|
startup:
|
|
enabled: true
|
|
type: tcp
|
|
# type: http
|
|
# path: /ping
|
|
|
|
env:
|
|
RADARR__PORT: "{{ .Values.service.main.ports.main.port }}"
|