Files
truecharts/charts/stable/autobrr/values.yaml
T

42 lines
816 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/autobrr/autobrr
pullPolicy: IfNotPresent
tag: v1.81.0@sha256:491e3e1a81fe5ced6b542621e49985d0dea58d23257684b0b19d881761736303
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