We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe5b09 commit dff9ddeCopy full SHA for dff9dde
pkg/availability/statefulset.go
@@ -43,7 +43,7 @@ func KSMStatefulSet(
43
ProbeHandler: corev1.ProbeHandler{
44
HTTPGet: &corev1.HTTPGetAction{
45
Path: "/healthz",
46
- Port: intstr.FromInt(KSMHealthPort),
+ Port: intstr.FromInt(KSMMetricsPort),
47
},
48
49
InitialDelaySeconds: 5,
0 commit comments