diff --git a/charts/osrm-backend/Chart.yaml b/charts/osrm-backend/Chart.yaml index 7cebcde..de3319b 100644 --- a/charts/osrm-backend/Chart.yaml +++ b/charts/osrm-backend/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: osrm-backend description: Helm chart for Open Source Routing Machine type: application -version: 0.0.1 +version: 0.0.2 appVersion: "v5.23.0" keywords: - maps diff --git a/charts/osrm-backend/templates/deployment.yaml b/charts/osrm-backend/templates/deployment.yaml index 9c9a77c..71c6011 100644 --- a/charts/osrm-backend/templates/deployment.yaml +++ b/charts/osrm-backend/templates/deployment.yaml @@ -54,12 +54,10 @@ spec: containerPort: {{ .Values.containerPort }} protocol: TCP livenessProbe: - httpGet: - path: {{ .Values.healthCheckPath }} + tcpSocket: port: http readinessProbe: - httpGet: - path: {{ .Values.healthCheckPath }} + tcpSocket: port: http resources: {{- toYaml .Values.resources | nindent 12 }}