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 a65a1ed commit 3df9666Copy full SHA for 3df9666
internal/controller/semeru_compiler.go
@@ -336,7 +336,7 @@ func (r *ReconcileWebSphereLiberty) reconcileSemeruDeployment(wlva *wlv1.WebSphe
336
if healthPort == port {
337
portIntOrStr = intstr.FromInt32(port)
338
} else {
339
- portIntOrStr = intstr.FromString(fmt.Sprintf("%d-tcp", port))
+ portIntOrStr = intstr.FromString(fmt.Sprintf("%d-tcp", healthPort))
340
}
341
// Liveness probe
342
livenessProbe := corev1.Probe{
0 commit comments