Skip to content

Commit cae4d9d

Browse files
fix(geokoder): proper livenessEndpoint
1 parent f67de87 commit cae4d9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/geokoder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: geokoder
33
description: geocoding and reverse geocoding service
4-
version: 1.0.7
4+
version: 1.0.8
55
appVersion: 1.2.2
66
home: https://github.com/kalisio/geokoder
77
annotations:

charts/geokoder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ forceRestart: false
2525
containerPort: 8080
2626

2727
# livenessEndpoint is the endpoint to use with liveness probe
28-
livenessEndpoint: "/healthcheck"
28+
livenessEndpoint: "/api/healthcheck"
2929

3030
# dataSubPath is the subpath in the the dataVolume to mount
3131
dataSubPath: ""

0 commit comments

Comments
 (0)