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

View File

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

View File

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