mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39: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
|
||||
appVersion: v3.4.3
|
||||
appVersion: v3.8.1
|
||||
description: Usenet meta search
|
||||
name: nzbhydra2
|
||||
version: 5.1.1
|
||||
version: 5.2.0
|
||||
keywords:
|
||||
- nzbhydra2
|
||||
- usenet
|
||||
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
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/nzbhydra2/
|
||||
- https://hub.docker.com/r/linuxserver/nzbhydra2
|
||||
- https://github.com/theotherp/nzbhydra2
|
||||
maintainers:
|
||||
- name: billimek
|
||||
|
@ -3,7 +3,7 @@
|
||||
image:
|
||||
repository: linuxserver/nzbhydra2
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-v3.4.3
|
||||
tag: version-v3.8.1
|
||||
|
||||
strategy:
|
||||
type: Recreate
|
||||
@ -18,8 +18,40 @@ env: {}
|
||||
# PGID: 1001
|
||||
|
||||
probes:
|
||||
startup:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user