Skip to content

Commit

Permalink
Merge pull request #16 from alexandrud/osrm-backend
Browse files Browse the repository at this point in the history
Change healthcheck type to tcpSocket
  • Loading branch information
alexandrud authored Jan 25, 2021
2 parents fda377a + df068eb commit 1375140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/osrm-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions charts/osrm-backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1375140

Please sign in to comment.