2021-09-26 18:24:58 +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:
|
|
|
|
repository: ghcr.io/k8s-at-home/nzbhydra2
|
|
|
|
pullPolicy: IfNotPresent
|
2021-10-05 23:06:24 +00:00
|
|
|
tag: v3.17.3@sha256:9c1a08356359e75051b03ec614b4df5f6f24558a183de6feacb3a5c2ff232b77
|
2021-09-26 18:24:58 +00:00
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
custom: true
|
|
|
|
enabled: true
|
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/livenessState
|
|
|
|
port: main
|
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
readiness:
|
|
|
|
custom: true
|
|
|
|
enabled: true
|
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/readinessState
|
|
|
|
port: main
|
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
startup:
|
|
|
|
custom: true
|
|
|
|
enabled: true
|
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/readinessState
|
|
|
|
port: main
|
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
|
|
|
|
|
|
|
|
##
|
|
|
|
# Most other defaults are set in questions.yaml
|
|
|
|
# For other options please refer to the wiki, default_values.yaml or the common library chart
|
|
|
|
##
|