image: repository: ghcr.io/autobrr/autobrr pullPolicy: IfNotPresent tag: v1.43.0@sha256:e26879a64c2251bd1ab42822b4a36f5acc8add8a4d4ec536f634d04745ae7455 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