2020-12-16 19:54:33 +00:00
|
|
|
# Default values for nzbhydra2.
|
2019-12-10 19:32:57 +00:00
|
|
|
|
|
|
|
image:
|
2020-05-24 17:57:17 +00:00
|
|
|
repository: linuxserver/nzbhydra2
|
2019-12-10 19:32:57 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2020-12-30 19:42:23 +00:00
|
|
|
tag: version-v3.8.1
|
2019-12-10 19:32:57 +00:00
|
|
|
|
2020-11-11 21:50:43 +00:00
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
2019-12-10 19:32:57 +00:00
|
|
|
service:
|
2020-11-09 12:19:58 +00:00
|
|
|
port:
|
|
|
|
port: 5076
|
2019-12-10 19:32:57 +00:00
|
|
|
|
2020-11-09 12:19:58 +00:00
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
|
|
|
# PGID: 1001
|
2019-12-10 19:32:57 +00:00
|
|
|
|
2020-12-18 14:40:35 +00:00
|
|
|
probes:
|
2020-12-30 19:42:23 +00:00
|
|
|
liveness:
|
|
|
|
custom: true
|
|
|
|
enabled: true
|
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/livenessState
|
|
|
|
port: http
|
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
readiness:
|
|
|
|
custom: true
|
|
|
|
enabled: true
|
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/readinessState
|
|
|
|
port: http
|
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
2020-12-18 14:40:35 +00:00
|
|
|
startup:
|
2020-12-30 19:42:23 +00:00
|
|
|
custom: true
|
2020-12-18 14:40:35 +00:00
|
|
|
enabled: true
|
2020-12-30 19:42:23 +00:00
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/readinessState
|
|
|
|
port: http
|
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
|
2020-12-18 14:40:35 +00:00
|
|
|
|
2019-12-10 19:32:57 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
2020-11-09 15:11:02 +00:00
|
|
|
enabled: false
|
|
|
|
emptyDir: false
|