Files
truecharts/charts/stable/jackett/values.yaml
T
Stavros KoisandGitHub 8fcda955e2 chore(apps): combine some ports (#3096)
* chore(apps): combine some ports

* lints

* move `protocol` under `ports` rather under `service`

* bump cloudd
2022-07-09 21:29:01 +02:00

31 lines
503 B
YAML

image:
repository: tccr.io/truecharts/jackett
pullPolicy: IfNotPresent
tag: v0.20.1250@sha256:b8bc070201fdb5524fb48458918accce9070679299d309c3764c5957554e8dc8
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
protocol: HTTP
targetPort: 9117
port: 9117
probes:
liveness:
path: "/UI/Login"
readiness:
path: "/UI/Login"
startup:
path: "/UI/Login"
persistence:
config:
enabled: true
mountPath: "/config"