[nzbhydra2] Use HTTP probes & Bump Version (#450)

This commit is contained in:
Mark McWhirter 2020-12-30 19:42:23 +00:00 committed by GitHub
parent 3d467a1779
commit 554ecb81c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 5 deletions

View File

@ -1,15 +1,15 @@
apiVersion: v2 apiVersion: v2
appVersion: v3.4.3 appVersion: v3.8.1
description: Usenet meta search description: Usenet meta search
name: nzbhydra2 name: nzbhydra2
version: 5.1.1 version: 5.2.0
keywords: keywords:
- nzbhydra2 - nzbhydra2
- usenet - usenet
home: https://github.com/k8s-at-home/charts/tree/master/charts/nzbhydra2 home: https://github.com/k8s-at-home/charts/tree/master/charts/nzbhydra2
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/hydra-icon.png
sources: sources:
- https://hub.docker.com/r/linuxserver/nzbhydra2/ - https://hub.docker.com/r/linuxserver/nzbhydra2
- https://github.com/theotherp/nzbhydra2 - https://github.com/theotherp/nzbhydra2
maintainers: maintainers:
- name: billimek - name: billimek

View File

@ -3,7 +3,7 @@
image: image:
repository: linuxserver/nzbhydra2 repository: linuxserver/nzbhydra2
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-v3.4.3 tag: version-v3.8.1
strategy: strategy:
type: Recreate type: Recreate
@ -18,8 +18,40 @@ env: {}
# PGID: 1001 # PGID: 1001
probes: probes:
startup: liveness:
custom: true
enabled: 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: persistence:
config: config: