2021-02-16 13:45:26 +00:00
|
|
|
# Default values for nzbhydra.
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
image:
|
2021-05-30 21:22:13 +00:00
|
|
|
repository: ghcr.io/k8s-at-home/nzbhydra2
|
2021-02-10 10:09:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-08-28 12:57:27 +00:00
|
|
|
tag: v3.15.2
|
2021-02-10 10:09:33 +00:00
|
|
|
|
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-03-03 15:51:25 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
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
|
2021-05-19 13:12:45 +00:00
|
|
|
port: main
|
2021-02-10 10:09:33 +00:00
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
readiness:
|
|
|
|
custom: true
|
|
|
|
enabled: true
|
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/readinessState
|
2021-05-19 13:12:45 +00:00
|
|
|
port: main
|
2021-02-10 10:09:33 +00:00
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
startup:
|
|
|
|
custom: true
|
|
|
|
enabled: true
|
|
|
|
spec:
|
|
|
|
failureThreshold: 5
|
|
|
|
httpGet:
|
|
|
|
path: /actuator/health/readinessState
|
2021-05-19 13:12:45 +00:00
|
|
|
port: main
|
2021-02-10 10:09:33 +00:00
|
|
|
initialDelaySeconds: 30
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 10
|
|
|
|
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-02-11 20:05:16 +00:00
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2021-08-29 12:02:17 +00:00
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|