Disable topology updater.

sudo systemctl disable --now \
  cnode-tu-push.timer cnode-tu-push.service \
  cnode-tu-fetch.service \
  cnode-tu-restart.timer cnode-tu-restart.service

Confirm they are disabled. Nothing should output from this command.

systemctl list-timers --all | egrep "cnode|tu"