Skip to content

Commit

Permalink
Update Readiness Endpoint In test.guide Helm Chart (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Grosche <[email protected]>
  • Loading branch information
github-actions[bot] and MartinGroscheTT authored Dec 6, 2024
1 parent 501254a commit 321f66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/test-guide/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.7.0
version: 0.8.0
type: application
name: test-guide
description: test.guide is a database application for the overview, analysis and follow-up processing of test procedures, which has been specially developed for use in the automotive sector.
Expand Down
2 changes: 1 addition & 1 deletion charts/test-guide/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
failureThreshold: 5
readinessProbe:
httpGet:
path: /api/health/ready
path: {{ .Values.service.readinessPath | default "/api/health/live" }}
port: {{ .Values.service.targetPort }}
initialDelaySeconds: 30
periodSeconds: 10
Expand Down

0 comments on commit 321f66d

Please sign in to comment.