Skip to content

Commit

Permalink
Set proper probe URL on ETOS API (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson authored Nov 28, 2024
1 parent a15b3b9 commit de9e306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/etos/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ func (r *ETOSApiDeployment) container(name types.NamespacedName, secretName stri
probe := &corev1.Probe{
ProbeHandler: corev1.ProbeHandler{
HTTPGet: &corev1.HTTPGetAction{
Path: "/selftest/ping",
Path: "/api/ping",
Port: intstr.FromString("http"),
Scheme: "HTTP",
},
Expand Down

0 comments on commit de9e306

Please sign in to comment.