JVMDebugSpec
JVMDebugSpec specifies the debug configuration to be applied to the target JVM.
suspend bool
(Optional)
-
suspend, if set to true, instructs the target JVM to suspend its boot process until a debug client connects. Considaer, that delaying a JVM start can cause the underlying pod’s liveness-probe to kick in, and terminate the pod. To avoid that, for debugging purposes, you could specify:
statefulset: livenessProbe: failureThreshold:
to an arbitrary big number. port int32
-
port defines the debug port on which the target JVM listens.