From c7e704ff3c6452c823b316e50ea46a7ba75e4719 Mon Sep 17 00:00:00 2001 From: Renaud Subiger Date: Fri, 20 Sep 2024 08:39:17 +0200 Subject: [PATCH] Update health check paths --- charts/wiremock/Chart.yaml | 2 +- charts/wiremock/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/wiremock/Chart.yaml b/charts/wiremock/Chart.yaml index e472698..48e53b6 100644 --- a/charts/wiremock/Chart.yaml +++ b/charts/wiremock/Chart.yaml @@ -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 diff --git a/charts/wiremock/templates/deployment.yaml b/charts/wiremock/templates/deployment.yaml index 40bd4e3..43423a9 100644 --- a/charts/wiremock/templates/deployment.yaml +++ b/charts/wiremock/templates/deployment.yaml @@ -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: