Files
truecharts/charts/incubator/nzbget/values.yaml
T
3ff41ac29e Dynamic polling (#560)
* 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>
2021-06-14 17:53:38 +02:00

32 lines
396 B
YAML

# Default values for nzbget.
image:
repository: ghcr.io/k8s-at-home/nzbget
pullPolicy: IfNotPresent
tag: v21.1
strategy:
type: Recreate
service:
main:
ports:
main:
port: 6789
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
config:
enabled: true
mountPath: "/config"
type: emptyDir