OneKE 1.33: FALLBACK_GW/DNS not available in master or worker VMs

Please, describe the problem here and provide additional information below (if applicable) …

When I import “Service OneKE 1.33” from Apps without any changes to it and deploy it, virtual router + master/worker VMs works without issues. When I change something in the service template eg. increase deploy of storage role to “1” or something else and than try to deploy it I end up without internet connection for master/worker/storage VMs because I am dependent to FALLBACK_GW variable to connect to running vnr from same service for these VMs. I tried to set FALLBACK_GW=$ONEAPP_VROUTER_ETH1_VIP0 in VM master template, and than set it when deploying but that resulted in “Invalid IPv4/port for VNF/HAPROXY/0, aborting..” in master vm logs.


Versions of the related components and OS (frontend, hypervisors, VMs):

FE - opennebula 7.0.1-1 amd64 OpenNebula Server and Scheduler (Community Edition)
KVM server - opennebula-node-kvm 7.0.1-1 all Services for OpenNebula KVM node (Community Edition)
Multi-master Kubernetes 1.33 cluster for KVM hosts, orchestrated by OneFlow

Steps to reproduce:
1.
Import “Service OneKE 1.33” from Apps
2. deploy service without adding/changing values in all inputs but enable all K8S services like cilium, multus etc. but I don’t think it’s this cuz even without changing anything it’s the same result…
3. wait for vnr, master, worker to run and configure - everything OK cuz connection to oneflow and the internet is working
4. change something in the service template, assign virtual network to the Public/Private or change deploy number for role, anything
5. deploy “new” and “updated” service same as in 2. and now there is no connection for master/worker VMs

Current results:
master/worker VM context -
“FALLBACK_GW”: “”,

Expected results:
master/worker VM context -
“FALLBACK_GW”: “10.21.0.2”,**
**
It’s driving me crazy, I would be glad to just use some workaround, I wanna deploooooooooy without manually adding gws to the master/worker nodes.