Skip to content

Commit

Permalink
Fix metal-api path for readiness probe. (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Apr 14, 2023
1 parent 91eca23 commit 3473207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/metal-control-plane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/metal-control-plane/templates/metal-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3473207

Please sign in to comment.