2021-02-16 13:45:26 +00:00
|
|
|
# Default values for nzbhydra.
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
image:
|
2021-03-11 17:05:34 +00:00
|
|
|
repository: ghcr.io/truecharts/nzbhydra2
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-04-10 13:30:07 +00:00
|
|
|
tag: v3.13.2
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
2021-03-03 15:51:25 +00:00
|
|
|
services:
|
|
|
|
main:
|
|
|
|
port:
|
|
|
|
port: 5076
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
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
|
2021-02-23 17:21:54 +00:00
|
|
|
|
2021-03-05 21:31:02 +00:00
|
|
|
|
2021-02-10 10:09:33 +00:00
|
|
|
appVolumeMounts:
|
|
|
|
config:
|
2021-02-11 20:05:16 +00:00
|
|
|
enabled: true
|
|
|
|
emptyDir: true
|
2021-02-20 13:48:04 +00:00
|
|
|
setPermissions: true
|
2021-02-11 20:05:16 +00:00
|
|
|
mountPath: "/config"
|