Skip to content

Commit dff9dde

Browse files
committed
Update the KSM Probe Port
1 parent afe5b09 commit dff9dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/availability/statefulset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func KSMStatefulSet(
4343
ProbeHandler: corev1.ProbeHandler{
4444
HTTPGet: &corev1.HTTPGetAction{
4545
Path: "/healthz",
46-
Port: intstr.FromInt(KSMHealthPort),
46+
Port: intstr.FromInt(KSMMetricsPort),
4747
},
4848
},
4949
InitialDelaySeconds: 5,

0 commit comments

Comments
 (0)