2021-03-06 20:32:31 +00:00
|
|
|
##
|
|
|
|
# This file contains Values.yaml content that gets added to the output of questions.yaml
|
|
|
|
# It's ONLY meant for content that the user is NOT expected to change.
|
|
|
|
# Example: Everything under "image" is not included in questions.yaml but is included here.
|
|
|
|
##
|
|
|
|
|
|
|
|
image:
|
2021-05-30 21:22:13 +00:00
|
|
|
repository: ghcr.io/k8s-at-home/nzbget
|
2021-03-06 20:32:31 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-06-08 09:14:06 +00:00
|
|
|
tag: v21.1
|
2021-03-08 13:32:58 +00:00
|
|
|
|
2021-06-14 15:53:38 +00:00
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
readiness:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
startup:
|
|
|
|
enabled: false
|
|
|
|
|
2021-03-06 20:32:31 +00:00
|
|
|
##
|
|
|
|
# Most other defaults are set in questions.yaml
|
|
|
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
|
|
|
##
|