From 902c4a1a6060c919525dcc60a82516bb62ac02e4 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Tue, 8 Sep 2020 09:19:57 +0800 Subject: [PATCH] Added startupProbe to nzbhydra chart --- bedrock/Chart.yaml | 4 ++-- nzbhydra/Chart.yaml | 4 ++-- nzbhydra/templates/statefulset.yaml | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bedrock/Chart.yaml b/bedrock/Chart.yaml index 25eff88..186f458 100644 --- a/bedrock/Chart.yaml +++ b/bedrock/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.5 +version: 0.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 1.16.20.03 +appVersion: 1.16.40.02 icon: https://git.ervine.org/jonny/x86_64-debian-bedrock/raw/branch/master/bedrock.jpg diff --git a/nzbhydra/Chart.yaml b/nzbhydra/Chart.yaml index 2bec4d7..cc00371 100644 --- a/nzbhydra/Chart.yaml +++ b/nzbhydra/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.8 +version: 0.1.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v2.27.2 +appVersion: v2.28.0 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png diff --git a/nzbhydra/templates/statefulset.yaml b/nzbhydra/templates/statefulset.yaml index 5d73289..7c65bea 100644 --- a/nzbhydra/templates/statefulset.yaml +++ b/nzbhydra/templates/statefulset.yaml @@ -35,12 +35,13 @@ spec: livenessProbe: tcpSocket: port: 5076 - initialDelaySeconds: 300 - periodSeconds: 10 readinessProbe: tcpSocket: port: 5076 - initialDelaySeconds: 300 + startupProbe: + tcpSocket: + port: 5076 + failureThreshold: 30 periodSeconds: 10 resources: {{- toYaml .Values.resources | nindent 12 }}