45 lines
798 B
YAML
45 lines
798 B
YAML
image:
|
|
repository: ghcr.io/autobrr/autobrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.41.0@sha256:71d5e7e3b1742f848ddbe5de154aaecbc1110cc4c44caf447ea32beb59c345ec
|
|
|
|
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
|