Added startupProbe to nzbhydra chart

This commit is contained in:
jenkins-x-bot 2020-09-08 09:19:57 +08:00
parent 8a64756721
commit 902c4a1a60
3 changed files with 8 additions and 7 deletions

View File

@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # 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 icon: https://git.ervine.org/jonny/x86_64-debian-bedrock/raw/branch/master/bedrock.jpg

View File

@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # 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 # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # 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 icon: https://git.ervine.org/jonny/x86_64-alpine-nzbhydra/raw/branch/master/hydra.png

View File

@ -35,12 +35,13 @@ spec:
livenessProbe: livenessProbe:
tcpSocket: tcpSocket:
port: 5076 port: 5076
initialDelaySeconds: 300
periodSeconds: 10
readinessProbe: readinessProbe:
tcpSocket: tcpSocket:
port: 5076 port: 5076
initialDelaySeconds: 300 startupProbe:
tcpSocket:
port: 5076
failureThreshold: 30
periodSeconds: 10 periodSeconds: 10
resources: resources:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}