Skip to content

Commit 87e9d60

Browse files
Merge pull request #636 from mumesan/OSPRH-18882
Remove TODO comments from conductor and inspector <JIRA: OSPRH-18882>
2 parents 06b2515 + 0fb1bde commit 87e9d60

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)