We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67de87 commit cae4d9dCopy full SHA for cae4d9d
charts/geokoder/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: geokoder
3
description: geocoding and reverse geocoding service
4
-version: 1.0.7
+version: 1.0.8
5
appVersion: 1.2.2
6
home: https://github.com/kalisio/geokoder
7
annotations:
charts/geokoder/values.yaml
@@ -25,7 +25,7 @@ forceRestart: false
25
containerPort: 8080
26
27
# livenessEndpoint is the endpoint to use with liveness probe
28
-livenessEndpoint: "/healthcheck"
+livenessEndpoint: "/api/healthcheck"
29
30
# dataSubPath is the subpath in the the dataVolume to mount
31
dataSubPath: ""
0 commit comments