diff --git a/charts/test-guide/Chart.yaml b/charts/test-guide/Chart.yaml index 9beefac..bdc9977 100644 --- a/charts/test-guide/Chart.yaml +++ b/charts/test-guide/Chart.yaml @@ -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. diff --git a/charts/test-guide/templates/deployment.yaml b/charts/test-guide/templates/deployment.yaml index ec94d68..d88c21f 100644 --- a/charts/test-guide/templates/deployment.yaml +++ b/charts/test-guide/templates/deployment.yaml @@ -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