mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
fixing image tag for rtorrent-flood and tweaking probes (#44)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
7f2d657c3c
commit
352ab8a040
@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.9.7-0.13.7
|
||||
description: flood-rtorrent
|
||||
name: rtorrent-flood
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
keywords:
|
||||
- rtorrent
|
||||
- flood
|
||||
|
@ -35,15 +35,15 @@ spec:
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
port: http
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
failureThreshold: 5
|
||||
timeoutSeconds: 10
|
||||
timeoutSeconds: 15
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
port: http
|
||||
initialDelaySeconds: 30
|
||||
initialDelaySeconds: 60
|
||||
failureThreshold: 5
|
||||
timeoutSeconds: 10
|
||||
timeoutSeconds: 20
|
||||
tty: true
|
||||
env:
|
||||
- name: TZ
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
image:
|
||||
repository: wonderfall/rtorrent-flood
|
||||
tag: 0.9.7-0.13.7
|
||||
tag: new
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
||||
|
Loading…
Reference in New Issue
Block a user