mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-09 05:06:07 +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
|
appVersion: 0.9.7-0.13.7
|
||||||
description: flood-rtorrent
|
description: flood-rtorrent
|
||||||
name: rtorrent-flood
|
name: rtorrent-flood
|
||||||
version: 2.0.8
|
version: 2.0.9
|
||||||
keywords:
|
keywords:
|
||||||
- rtorrent
|
- rtorrent
|
||||||
- flood
|
- flood
|
||||||
|
@ -35,15 +35,15 @@ spec:
|
|||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
port: http
|
port: http
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 60
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 15
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
port: http
|
port: http
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 60
|
||||||
failureThreshold: 5
|
failureThreshold: 5
|
||||||
timeoutSeconds: 10
|
timeoutSeconds: 20
|
||||||
tty: true
|
tty: true
|
||||||
env:
|
env:
|
||||||
- name: TZ
|
- name: TZ
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: wonderfall/rtorrent-flood
|
repository: wonderfall/rtorrent-flood
|
||||||
tag: 0.9.7-0.13.7
|
tag: new
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
# upgrade strategy type (e.g. Recreate or RollingUpdate)
|
||||||
|
Loading…
Reference in New Issue
Block a user