TrueChartsCatalogClone/stable/autobrr/5.0.12/ix_values.yaml

46 lines
1018 B
YAML

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