Skip to content

Commit

Permalink
Merge pull request #48 from konateq/switch-health-endpoint
Browse files Browse the repository at this point in the history
Update health check paths
  • Loading branch information
gitkent authored Sep 23, 2024
2 parents 0082150 + c7e704f commit e4f0a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/wiremock/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.0
version: 1.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
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 e4f0a15

Please sign in to comment.