Skip to content

Commit

Permalink
Merge branch 'wiremock:master' into 44-mappings-responses
Browse files Browse the repository at this point in the history
  • Loading branch information
subigre authored Sep 24, 2024
2 parents 41c2fb4 + e4f0a15 commit 4e7678c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/wiremock/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /__admin/mappings
path: /__admin/health
port: {{ .Values.service.internalPort }}
scheme: {{ .Values.scheme }}
readinessProbe:
httpGet:
path: /__admin/mappings
path: /__admin/health
port: {{ .Values.service.internalPort }}
scheme: {{ .Values.scheme }}
resources:
Expand Down

0 comments on commit 4e7678c

Please sign in to comment.