50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/autobrr
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.26.2@sha256:374d65af7549e6f9ec7191267a628eb8e4ecf5a8fd90cbe134817554cca7bb41
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7474
|
|
protocol: http
|
|
targetPort: 7474
|
|
|
|
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/
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|