TrueChartsClone/charts/stable/autobrr/values.yaml

50 lines
1.0 KiB
YAML

image:
repository: tccr.io/truecharts/autobrr
pullPolicy: IfNotPresent
tag: v1.27.1@sha256:b9cd9ff54105d3bc76a5bb9a483399bfacb8d536b75d5acd7d89db2a4e35bd47
service:
main:
ports:
main:
port: 7474
protocol: http
targetPort: 7474
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: exec
command:
- /bin/sh
- -c
- curl --fail localhost:7474/
readiness:
enabled: true
type: exec
command:
- /bin/sh
- -c
- curl --fail localhost:7474/
startup:
enabled: true
type: exec
command:
- /bin/sh
- -c
- curl --fail localhost:7474/
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true