TrueChartsClone/charts/stable/autobrr/values.yaml

45 lines
798 B
YAML

image:
repository: ghcr.io/autobrr/autobrr
pullPolicy: IfNotPresent
tag: v1.36.0@sha256:14eaf6809f431cd38afdfa3e498e01e88b9a86a54ea9ecb8ae608d48d5aa81f0
service:
main:
ports:
main:
protocol: http
port: 7474
autobrr:
# ERROR | DEBUG |INFO | WARN | TRACE
log_level: DEBUG
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
readiness:
type: http
startup:
type: tcp
persistence:
config:
enabled: true
mountPath: /config
autobrr-config:
enabled: true
type: configmap
objectName: autobrr-config
mountPath: /config/config.toml
subPath: config.toml
readOnly: true
portal:
open:
enabled: true