fixing image tag for rtorrent-flood and tweaking probes (#44)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2019-07-08 07:00:11 -04:00 committed by GitHub
parent 7f2d657c3c
commit 352ab8a040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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)