2021-02-16 13:45:26 +00:00
|
|
|
# Default values for nzbhydra.
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
image:
|
|
|
|
repository: linuxserver/nzbhydra2
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
tag: version-v3.8.1
|
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
|
|
|
service:
|
|
|
|
port:
|
|
|
|
port: 5076
|
|
|
|
|
|
|
|
env: {}
|
|
|
|
# TZ: UTC
|
|
|
|
# PUID: 1001
|
|
|
|
# PGID: 1001
|
|
|
|
|
|
|
|
probes:
|
|
|
|
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
|
|
|
|
startup:
|
|
|
|
custom: true
|
|
|
|
enabled: true
|
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/readinessState
|
|
|
|
port: http
|
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: false
|
|
|
|
emptyDir: false
|
|
|
|
|
|
|
|
appIngressEnabled: false
|
|
|
|
|
2021-02-11 20:05:16 +00:00
|
|
|
|
2021-02-10 10:09:33 +00:00
|
|
|
appVolumeMounts:
|
|
|
|
config:
|
2021-02-11 20:05:16 +00:00
|
|
|
enabled: true
|
|
|
|
emptyDir: true
|
|
|
|
mountPath: "/config"
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
|