* chore(deps): update helm chart common to v6.3.1 * Fix KMS and Unifi * try a collabora fix * Temporarily disable nzbget probes waiting for next common * try if firefly-iii wants https * Fix a linting error on nzbget and path issues with jackett/prototypeGUI also disable for podgrab for now (just like NZBget, till next common) * try polling the login path for firefly * fireflyiii back to http * APP_KEY typo and useless security context * again * fireflyiii fix broken db setup Co-authored-by: Renovate Bot <bot@renovateapp.com>
40 lines
482 B
YAML
40 lines
482 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: ghcr.io/k8s-at-home/jackett
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.18.263
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
port: 9117
|
|
|
|
probes:
|
|
liveness:
|
|
path: "/UI/Login"
|
|
|
|
readiness:
|
|
path: "/UI/Login"
|
|
|
|
startup:
|
|
path: "/UI/Login"
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
# PGID: 1001
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: emptyDir
|