Skip to content

Commit

Permalink
probes: Increase initial delay
Browse files Browse the repository at this point in the history
Some migrations might take longer to peform, so increase the delay
to match Docker container health check.

Fixes #320
  • Loading branch information
nijel committed Jun 27, 2023
1 parent aa15e75 commit 0764e20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/weblate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ appVersion: 4.18.1.1
description: Weblate is a free web-based translation management system.
name: weblate
type: application
version: 0.4.27
version: 0.4.28
home: https://weblate.org/
icon: https://s.weblate.org/cdn/weblate.svg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/weblate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# weblate

![Version: 0.4.27](https://img.shields.io/badge/Version-0.4.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.18.1.1](https://img.shields.io/badge/AppVersion-4.18.1.1-informational?style=flat-square)
![Version: 0.4.28](https://img.shields.io/badge/Version-0.4.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.18.1.1](https://img.shields.io/badge/AppVersion-4.18.1.1-informational?style=flat-square)

Weblate is a free web-based translation management system.

Expand Down
4 changes: 2 additions & 2 deletions charts/weblate/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ spec:
path: {{ .Values.sitePrefix }}/healthz/
port: http
failureThreshold: 10
initialDelaySeconds: 90
initialDelaySeconds: 300
periodSeconds: 30
readinessProbe:
httpGet:
path: {{ .Values.sitePrefix }}/healthz/
port: http
failureThreshold: 5
initialDelaySeconds: 90
initialDelaySeconds: 300
periodSeconds: 30
volumeMounts:
- mountPath: {{ .Values.persistence.filestore_dir }}
Expand Down

0 comments on commit 0764e20

Please sign in to comment.