add a Kubernetes liveness probe to hit the Prometheus metrics port to determine readiness when the Network Node reports it is active. Then update the pods PodCondition[Ready] to true/false (and all relevant fields).
NOTE: this can probably be accomplished with a curl and grep command
Required by: hiero-ledger/solo#209
add a Kubernetes liveness probe to hit the Prometheus metrics port to determine readiness when the Network Node reports it is active. Then update the pods PodCondition[Ready] to true/false (and all relevant fields).
NOTE: this can probably be accomplished with a
curlandgrepcommandRequired by: hiero-ledger/solo#209