Skip to content

Commit

Permalink
Update health check paths
Browse files Browse the repository at this point in the history
  • Loading branch information
subigre committed Sep 24, 2024
1 parent 41c2fb4 commit fc04351
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 fc04351

Please sign in to comment.