diff --git a/jackett/Chart.yaml b/jackett/Chart.yaml index 92ccaa37..787046a2 100644 --- a/jackett/Chart.yaml +++ b/jackett/Chart.yaml @@ -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 diff --git a/jackett/templates/deployment.yaml b/jackett/templates/deployment.yaml index 741f6695..9bc379c2 100644 --- a/jackett/templates/deployment.yaml +++ b/jackett/templates/deployment.yaml @@ -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 }}" diff --git a/nzbhydra2/Chart.yaml b/nzbhydra2/Chart.yaml index 6e3abe50..3ffe14a0 100644 --- a/nzbhydra2/Chart.yaml +++ b/nzbhydra2/Chart.yaml @@ -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 diff --git a/nzbhydra2/templates/deployment.yaml b/nzbhydra2/templates/deployment.yaml index 7ad3657d..f836ea73 100644 --- a/nzbhydra2/templates/deployment.yaml +++ b/nzbhydra2/templates/deployment.yaml @@ -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 }}" diff --git a/ombi/Chart.yaml b/ombi/Chart.yaml index 93147301..fdc88589 100644 --- a/ombi/Chart.yaml +++ b/ombi/Chart.yaml @@ -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 diff --git a/ombi/templates/deployment.yaml b/ombi/templates/deployment.yaml index a36cddcb..34bb17e9 100644 --- a/ombi/templates/deployment.yaml +++ b/ombi/templates/deployment.yaml @@ -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 }}" diff --git a/tautulli/Chart.yaml b/tautulli/Chart.yaml index d51c2253..c1a6e7c8 100644 --- a/tautulli/Chart.yaml +++ b/tautulli/Chart.yaml @@ -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 diff --git a/tautulli/templates/deployment.yaml b/tautulli/templates/deployment.yaml index 63708b00..4c89431d 100644 --- a/tautulli/templates/deployment.yaml +++ b/tautulli/templates/deployment.yaml @@ -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 }}"