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 appVersion: v0.12.1132-ls37
description: API Support for your favorite torrent trackers description: API Support for your favorite torrent trackers
name: jackett name: jackett
version: 1.0.0 version: 1.0.1
keywords: keywords:
- jackett - jackett
- torrent - torrent

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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