Unbale to connect to service IP of artifactory pod

Hi Team,

I built the 3 node k8s cluster and then deployed jfrog-artifactory pod on that but no endpointes created for that pod and unable to connect those service cluster IP of artifactory pods.
I suspect some issue in k8s networking ? I am seeing below logs of artifactory pod

iness failed with error: Connect to localhost:8046 [localhost/127.0.0.1] failed: Connection refused. Trying again
2023-10-30T07:47:38.227Z [jfac ] [WARN ] [1cd0a9a3755e3dca] [o.j.c.ExecutionUtils:177 ] [jf-common-pool-2 ] - Retry 340 Elapsed 5.62 minutes failed: Router readiness on URL http://localhost:8046/router/api/v1/system/readiness failed with error: Connect to localhost:8046 [localhost/127.0.0.1] failed: Connection refused. Trying again

I am seeing below error in router container of artifatcory logs
Persisted local services: [service_id:“jfac@01hdrq6qcm1end16jr2x0n0t73” node_id:“artifactory-0” endpoints:{port:8045 protocol:HTTP2 paths:{match:“/com\.jfrog\.access\…"}} endpoints:{port:8040 protocol:HTTP1 paths:{match:"access/.”}} health_check_endpoint:{port:8040 path:“/access/api/v1/system/readiness”} version:“7.73.11” revision:“77311900” node_status_endpoint:{port:8040 path:“/access/api/v1/system/readiness/node_health”} service_id:“jfcon@01hdrq6qcm1end16jr2x0n0t73” node_id:“artifactory-0” endpoints:{port:8030 protocol:HTTP1 paths:{match:“/jfconnect/(.)" replace:“/$1”}} endpoints:{port:8035 protocol:HTTP2 paths:{match:"/com\.jfrog\.jfconnect\…”}} health_check_endpoint:{port:8030 path:“/api/v1/system/readiness”} service_id:“jfevt@01hdrq6qcm1end16jr2x0n0t73” node_id:“artifactory-0” endpoints:{port:8061 protocol:HTTP1 paths:{match:“/event/(.)" replace:“/$1”}} endpoints:{port:8062 protocol:HTTP2 paths:{match:"/com\.jfrog\.event\…”}} health_check_endpoint:{port:8061 path:“/api/v1/system/readiness”} version:“7.71.0” revision:“7b7a359bb5” service_id:“jfint@01hdrq6qcm1end16jr2x0n0t73” node_id:“artifactory-0” endpoints:{port:8071 protocol:HTTP1 paths:{match:“/integration/(.)" replace:“/$1”}} endpoints:{port:8072 protocol:HTTP2 paths:{match:"/com\.jfrog\.integration\…”}} health_check_endpoint:{port:8071 path:“/api/v1/system/readiness”} service_id:“jfmd@01hdrq6rz3kj56bhqnd68fzgst” node_id:“artifactory-0” endpoints:{port:8086 protocol:HTTP1 paths:{match:“/metadata/(.*)” replace:“/$1”}} health_check_endpoint:{port:8086 path:“/api/v1/system/readiness”}]
2023-10-30T08:23:17.340Z [jfrou] [INFO ] [5f3518f9e72980d9] [registry_handler.go:101 ] [main ] - The following services were restored automatically based on persisted data: jfac@01hdrq6qcm1end16jr2x0n0t73, jfcon@01hdrq6qcm1end16jr2x0n0t73, jfevt@01hdrq6qcm1end16jr2x0n0t73, jfint@01hdrq6qcm1end16jr2x0n0t73, jfmd@01hdrq6rz3kj56bhqnd68fzgst

can someone please help me to resolve this ?