Skip to content

Commit e4f0a15

Browse files
authored
Merge pull request #48 from konateq/switch-health-endpoint
Update health check paths
2 parents 0082150 + c7e704f commit e4f0a15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/wiremock/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.0
18+
version: 1.2.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/wiremock/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ spec:
4646
protocol: TCP
4747
livenessProbe:
4848
httpGet:
49-
path: /__admin/mappings
49+
path: /__admin/health
5050
port: {{ .Values.service.internalPort }}
5151
scheme: {{ .Values.scheme }}
5252
readinessProbe:
5353
httpGet:
54-
path: /__admin/mappings
54+
path: /__admin/health
5555
port: {{ .Values.service.internalPort }}
5656
scheme: {{ .Values.scheme }}
5757
resources:

0 commit comments

Comments
 (0)