| # SPDX-FileCopyrightText: 2022-present Open Networking Foundation <info@opennetworking.org> |
| # SPDX-License-Identifier: Apache-2.0 |
| name: di-topology-watchdog |
| image: |
| repository: registry.opennetworking.org/deepinsight/utility |
| tag: 4.2.0-ONF |
| pullPolicy: Always |
| replicas: 1 |
| onosAddr: sdfabric-onos-classic-hs |
| onosPort: 8181 |
| diAddr: gateway-service-internal.deepinsight |
| diPort: 3030 |
| withEndHost: false |
| enableP4RuntimeTranslation: false |
| # k8sSubnet: 10.128.13.0/24 # The cluster subnet |
| # nodeIfaceNo: 1 # Default K8s node interface number retrieved via `ip link`. |
| |
| # Enable UP4 support, the topology watch dog will try to get UE subnets from UP4 app via |
| # P4Runtime protocol. |
| withUp4: false |
| up4Port: 51001 |