Skip to content

Commit c7e704f

Browse files
committed
Update health check paths
1 parent 0082150 commit c7e704f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: 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

Diff for: 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)