Skip to content

Commit

Permalink
Merge pull request #1440 from dduportal/fix/rsyncd/sshd-probes-tuning
Browse files Browse the repository at this point in the history
fix(rsyncd) increase helath probes failures threshold for SSHD
  • Loading branch information
dduportal authored Nov 25, 2024
2 parents a446219 + 46357b9 commit 3c11b2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rsyncd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: rsyncd helm chart for Kubernetes
name: rsyncd
version: 2.0.2
version: 2.0.3
maintainers:
- email: jenkins-infra-team@googlegroups.com
name: jenkins-infra-team
2 changes: 2 additions & 0 deletions charts/rsyncd/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ spec:
{{- if eq .Values.configuration.rsyncd_daemon "sshd" }}
- sshd
initialDelaySeconds: 10
failureThreshold: 15
{{- else if eq .Values.configuration.rsyncd_daemon "rsyncd" }}
- rsync
initialDelaySeconds: 5
Expand All @@ -76,6 +77,7 @@ spec:
- test -f /home/rsyncd/run/{{ .Values.configuration.rsyncd_daemon }}.pid
{{- if eq .Values.configuration.rsyncd_daemon "sshd" }}
initialDelaySeconds: 10
failureThreshold: 15
{{- else if eq .Values.configuration.rsyncd_daemon "rsyncd" }}
initialDelaySeconds: 5
{{- end }}
Expand Down

0 comments on commit 3c11b2e

Please sign in to comment.