diff --git a/charts/ff-test/Chart.yaml b/charts/ff-test/Chart.yaml index ad0d495..fdb7388 100644 --- a/charts/ff-test/Chart.yaml +++ b/charts/ff-test/Chart.yaml @@ -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 diff --git a/charts/ff-test/templates/deployment.yaml b/charts/ff-test/templates/deployment.yaml index 65d0f52..bc9337f 100644 --- a/charts/ff-test/templates/deployment.yaml +++ b/charts/ff-test/templates/deployment.yaml @@ -48,6 +48,6 @@ volumeMounts: {{- end }} livenessProbe: httpGet: - path: /iaf-test/iaf/ + path: /iaf-test/iaf/gui port: 8080 {{- end -}} \ No newline at end of file