2022-07-27 13:23:23 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: ghcr.io/autobrr/autobrr
|
2022-07-27 13:23:23 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-06-18 16:16:52 +00:00
|
|
|
tag: v1.43.0@sha256:e26879a64c2251bd1ab42822b4a36f5acc8add8a4d4ec536f634d04745ae7455
|
2024-02-01 16:25:23 +00:00
|
|
|
|
2022-07-27 13:23:23 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2023-04-14 16:11:04 +00:00
|
|
|
protocol: http
|
2024-02-01 16:25:23 +00:00
|
|
|
port: 7474
|
|
|
|
|
|
|
|
autobrr:
|
|
|
|
# ERROR | DEBUG |INFO | WARN | TRACE
|
|
|
|
log_level: DEBUG
|
|
|
|
|
2023-04-14 16:11:04 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
2024-02-01 16:25:23 +00:00
|
|
|
type: http
|
2023-04-14 16:11:04 +00:00
|
|
|
readiness:
|
2024-02-01 16:25:23 +00:00
|
|
|
type: http
|
2023-04-14 16:11:04 +00:00
|
|
|
startup:
|
2024-02-01 16:25:23 +00:00
|
|
|
type: tcp
|
|
|
|
|
2022-07-27 13:23:23 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2023-04-14 16:11:04 +00:00
|
|
|
mountPath: /config
|
2024-02-01 16:25:23 +00:00
|
|
|
autobrr-config:
|
|
|
|
enabled: true
|
|
|
|
type: configmap
|
|
|
|
objectName: autobrr-config
|
|
|
|
mountPath: /config/config.toml
|
|
|
|
subPath: config.toml
|
|
|
|
readOnly: true
|
|
|
|
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-14 16:11:04 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|