mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[nzbhydra2] Use HTTP probes & Bump Version (#450)
This commit is contained in:
parent
3d467a1779
commit
554ecb81c9
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user