diff --git a/rtorrent-flood/Chart.yaml b/rtorrent-flood/Chart.yaml index 8c2add95..a7f6bc3e 100644 --- a/rtorrent-flood/Chart.yaml +++ b/rtorrent-flood/Chart.yaml @@ -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 diff --git a/rtorrent-flood/templates/deployment.yaml b/rtorrent-flood/templates/deployment.yaml index c9104197..a13668d6 100644 --- a/rtorrent-flood/templates/deployment.yaml +++ b/rtorrent-flood/templates/deployment.yaml @@ -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 diff --git a/rtorrent-flood/values.yaml b/rtorrent-flood/values.yaml index 19d4340d..c73eb371 100644 --- a/rtorrent-flood/values.yaml +++ b/rtorrent-flood/values.yaml @@ -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)