Gitlab_kas connection refused issue

Hi,

I’m having an issue with the kas agent, i have setup the installation via an helm chart but the agent is still in state never connected

i’m running on gitlab 15.5 which is running on a container…

when i check the logs here what i got

2022-11-29_21:07:22.02702
{“level”:“error”,“time”:“2022-11-29T21:07:22.026Z”,“msg”:“AgentInfo()”,
“grpc_service”:“gitlab.agent.agent_configuration.rpc.AgentConfiguration”,
“grpc_method”:“GetConfiguration”,
“error”:“Get "https://toto.fr/api/v4/internal/kubernetes/agent_info\”: dial tcp …:443: connect: connection refused"}

helm command below:

helm repo add gitlab https://charts.gitlab.io
helm repo update
helm upgrade --install aks-agents gitlab/gitlab-agent
–namespace gitlab-agent
–create-namespace
–set image.tag=v15.5.1
–set config.token=
–set config.kasAddress=wss://toto.fr/-/kubernetes-agent/ \

any idea?