diff --git a/charts/metal-control-plane/Chart.yaml b/charts/metal-control-plane/Chart.yaml index 07d2fac..2d61373 100644 --- a/charts/metal-control-plane/Chart.yaml +++ b/charts/metal-control-plane/Chart.yaml @@ -3,4 +3,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for deploying the metal control plane in K8s name: metal-control-plane -version: 0.3.19 +version: 0.3.20 diff --git a/charts/metal-control-plane/templates/metal-api.yaml b/charts/metal-control-plane/templates/metal-api.yaml index 6e70d50..aa3db04 100644 --- a/charts/metal-control-plane/templates/metal-api.yaml +++ b/charts/metal-control-plane/templates/metal-api.yaml @@ -78,7 +78,7 @@ spec: - containerPort: 2112 readinessProbe: httpGet: - path: /metal/v1/health + path: {{ .Values.metal_api.base_path }}v1/health port: 8080 initialDelaySeconds: 15 successThreshold: 1