Skip to content

Commit 0fb1bde

Browse files
committed
Remove TODO comments from conductor and inspector
1 parent 06b2515 commit 0fb1bde

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/ironicconductor/statefulset.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ func StatefulSet(
109109
}
110110
}
111111

112-
// (TODO): Use http request if we can create a good request path
113112
httpbootLivenessProbe.TCPSocket = &corev1.TCPSocketAction{
114113
Port: intstr.IntOrString{Type: intstr.Int, IntVal: int32(8088)},
115114
}

pkg/ironicinspector/statefulset.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ func StatefulSet(
110110
startupProbe.HTTPGet.Scheme = corev1.URISchemeHTTPS
111111
}
112112

113-
// (TODO): Use http request if we can create a good request path
114113
httpbootLivenessProbe.TCPSocket = &corev1.TCPSocketAction{
115114
Port: intstr.IntOrString{Type: intstr.Int, IntVal: int32(8088)},
116115
}

0 commit comments

Comments
 (0)