Files
truecharts/charts/stable/autobrr/values.yaml
T
Xstar97andGitHub 31e4cb5e74 fix(autobrr): move to stable. (#3781)
* fix(autobrr): move to stable.

* Rename README..md to README.md
2022-09-15 08:40:58 +03:00

53 lines
984 B
YAML

image:
repository: tccr.io/truecharts/autobrr
pullPolicy: IfNotPresent
tag: 1.6.0@sha256:fa0354e576466be6c48d87e78347ef062dbe3074954b4474a2f92998ea61debb
service:
main:
ports:
main:
protocol: HTTP
port: 7474
targetPort: 7474
probes:
liveness:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- -c
- curl --fail localhost:7474/
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
readiness:
enabled: true
custom: true
spec:
exec:
command:
- /bin/sh
- -c
- curl --fail localhost:7474/
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 10
startup:
enabled: false
persistence:
config:
enabled: true
mountPath: "/config"
portal:
enabled: true