Skip to content

Commit

Permalink
fix: health endpoint for ff-test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Dec 13, 2023
1 parent 163dfe3 commit c3f3500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/ff-test/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: ff-test
description: A Helm chart for testing the Frank!Framework on Kubernetes
version: 0.2.28
version: 0.2.29
appVersion: "latest-tomcat"
type: application
home: https://frankframework.org
Expand Down
2 changes: 1 addition & 1 deletion charts/ff-test/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ volumeMounts:
{{- end }}
livenessProbe:
httpGet:
path: /iaf-test/iaf/
path: /iaf-test/iaf/gui
port: 8080
{{- end -}}

0 comments on commit c3f3500

Please sign in to comment.