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