Update probes, default setting is too low (#95)

This commit is contained in:
Devin Buhl 2019-12-10 19:44:52 -05:00 committed by Jeff Billimek
parent 1786410887
commit 1de3b25e66
8 changed files with 28 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v0.12.1132-ls37
description: API Support for your favorite torrent trackers
name: jackett
version: 1.0.0
version: 1.0.1
keywords:
- jackett
- torrent

View File

@ -38,9 +38,15 @@ spec:
livenessProbe:
tcpSocket:
port: http
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 10
readinessProbe:
tcpSocket:
port: http
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 10
env:
- name: TZ
value: "{{ .Values.timezone }}"

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.10.2-ls46
description: Usenet meta search
name: nzbhydra2
version: 1.0.0
version: 1.0.1
keywords:
- nzbhydra2
- usenet

View File

@ -38,9 +38,15 @@ spec:
livenessProbe:
tcpSocket:
port: http
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 10
readinessProbe:
tcpSocket:
port: http
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 10
env:
- name: TZ
value: "{{ .Values.timezone }}"

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 3.0.4914-ls72
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
name: ombi
version: 1.0.0
version: 1.0.1
keywords:
- ombi
- plex

View File

@ -38,9 +38,15 @@ spec:
livenessProbe:
tcpSocket:
port: http
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 10
readinessProbe:
tcpSocket:
port: http
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 10
env:
- name: TZ
value: "{{ .Values.timezone }}"

View File

@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v2.1.39-ls32
description: A Python based monitoring and tracking tool for Plex Media Server.
name: tautulli
version: 1.0.0
version: 1.0.1
keywords:
- tautulli
- plex

View File

@ -38,9 +38,15 @@ spec:
livenessProbe:
tcpSocket:
port: http
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 10
readinessProbe:
tcpSocket:
port: http
initialDelaySeconds: 60
failureThreshold: 5
timeoutSeconds: 10
env:
- name: TZ
value: "{{ .Values.timezone }}"