No connectivity : Services on 10.96.0.0 instead of the 10.244.0.0 pod-network-cidr range

Hello
Created my kubernetes cluster with:
kubeadm init --pod-network-cidr=10.244.0.0/16

When I create a deployment with Benjamin Muschko CKS materials pods are created in the specified network.
But there is no connectivity between the frontend and the backend pod.

I just discovered that services are still using the 10.96.0.0 network.

How can I correct this?
Any hints?

Cluster information:

Kubernetes version: 1.30
Not public cloud but virtual machines on Windows
Installation method: kubeadm
Host OS: 24.04 LTS (Noble Numbat)
CNI and version: cri-o 1.31.0
CRI and version: flannel

root@bntuu:~# kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
bntuu Ready control-plane 81m v1.30.1 192.168.81.137 Ubuntu 24.04 LTS 6.2.0-32-generic cri-o://1.31.0
bntuu-worker Ready worker 69m v1.30.1 192.168.81.138 Ubuntu 24.04 LTS 6.2.0-32-generic cri-o://1.31.0
bntuu-worker-2 Ready worker 64m v1.30.1 192.168.81.139 Ubuntu 24.04 LTS 6.2.0-32-generic cri-o://1.31.0