Skip to content

Commit

Permalink
Merge pull request #6 from epoch8/fix_liveness_in_ls
Browse files Browse the repository at this point in the history
Fix liveness check for Label Studio
  • Loading branch information
elephantum authored Aug 18, 2022
2 parents f0781dd + 004e30a commit 6ce3186
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/label-studio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
7 changes: 7 additions & 0 deletions charts/label-studio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,17 @@ spec:
httpGet:
path: /health/
port: http
failureThreshold: 5
initialDelaySeconds: 5
periodSeconds: 20
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /health/
port: http
initialDelaySeconds: 5
periodSeconds: 20
timeoutSeconds: 10
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.persistence.pvc.enabled }}
Expand Down

0 comments on commit 6ce3186

Please sign in to comment.