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