Files
truecharts/charts/stable/nzbget/values.yaml
T
Kjeld Schouten-LebbingandGitHub 8a24c8721f Correct targetPort and always use PVC during testing (#840)
* Fix targetPort not being processed correctly

* Always use PVC in values.yaml just to be sure it actually works

* fix a small copy-paste mistake

* bump

* fix hyperion-ng mistake
2021-08-29 14:02:17 +02:00

34 lines
439 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: pvc
accessMode: ReadWriteOnce
size: "100Gi"