29 lines
641 B
YAML
29 lines
641 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.24.2187@sha256:0d66f3067d42aa62e09f9be5b0c18f12cfb16915ba99a21f33fc22e03ba970a2
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 9117
|
|
port: 9117
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/health"
|
|
readiness:
|
|
path: "/health"
|
|
startup:
|
|
path: "/health"
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|