Skip to content

Commit 4e7678c

Browse files
authored
Merge branch 'wiremock:master' into 44-mappings-responses
2 parents 41c2fb4 + e4f0a15 commit 4e7678c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)