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
|
2023-12-13 00:47:23 +00:00
|
|
|
tag: v1.34.1@sha256:7a21e928f9e6fe608c99ea01714cd261f093adc640cb104848651a264cb490b2
|
2022-07-27 13:23:23 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 7474
|
2023-04-14 16:11:04 +00:00
|
|
|
protocol: http
|
2022-07-27 13:23:23 +00:00
|
|
|
targetPort: 7474
|
2023-04-14 16:11:04 +00:00
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: true
|
|
|
|
type: exec
|
|
|
|
command:
|
|
|
|
- /bin/sh
|
|
|
|
- -c
|
|
|
|
- curl --fail localhost:7474/
|
|
|
|
readiness:
|
|
|
|
enabled: true
|
|
|
|
type: exec
|
|
|
|
command:
|
|
|
|
- /bin/sh
|
|
|
|
- -c
|
|
|
|
- curl --fail localhost:7474/
|
|
|
|
startup:
|
|
|
|
enabled: true
|
|
|
|
type: exec
|
|
|
|
command:
|
|
|
|
- /bin/sh
|
|
|
|
- -c
|
|
|
|
- curl --fail localhost:7474/
|
2022-07-27 13:23:23 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2023-04-14 16:11:04 +00:00
|
|
|
mountPath: /config
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-14 16:11:04 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|