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.
2 parents 06b2515 + 0fb1bde commit 87e9d60Copy full SHA for 87e9d60
pkg/ironicconductor/statefulset.go
@@ -109,7 +109,6 @@ func StatefulSet(
109
}
110
111
112
- // (TODO): Use http request if we can create a good request path
113
httpbootLivenessProbe.TCPSocket = &corev1.TCPSocketAction{
114
Port: intstr.IntOrString{Type: intstr.Int, IntVal: int32(8088)},
115
pkg/ironicinspector/statefulset.go
@@ -110,7 +110,6 @@ func StatefulSet(
startupProbe.HTTPGet.Scheme = corev1.URISchemeHTTPS
116
0 commit comments