blob: 8763e963d81294980a0e7e712ecd3e097ab8e68c [file] [log] [blame]
Yi Tsengd04bb642022-01-26 17:43:14 -08001# SPDX-FileCopyrightText: 2022-present Open Networking Foundation <info@opennetworking.org>
Charles Chand1b4bf92022-02-02 16:27:10 -08002# SPDX-License-Identifier: Apache-2.0
Yi Tsengd04bb642022-01-26 17:43:14 -08003name: di-topology-watchdog
4image:
5 repository: registry.opennetworking.org/deepinsight/utility
6 tag: 4.2.0-ONF
7 pullPolicy: Always
8replicas: 1
Yi Tseng8ffe5ff2022-02-24 13:33:23 -08009onosAddr: sdfabric-onos-classic-hs
10onosPort: 8181
11diAddr: gateway-service-internal.deepinsight
12diPort: 3030
Yi Tsengd04bb642022-01-26 17:43:14 -080013withEndHost: false
Yi Tseng5d687fb2022-02-07 18:06:30 -080014enableP4RuntimeTranslation: false
Yi Tsengd04bb642022-01-26 17:43:14 -080015# k8sSubnet: 10.128.13.0/24 # The cluster subnet
16# nodeIfaceNo: 1 # Default K8s node interface number retrieved via `ip link`.
Yi Tseng8ffe5ff2022-02-24 13:33:23 -080017
18# Enable UP4 support, the topology watch dog will try to get UE subnets from UP4 app via
19# P4Runtime protocol.
20withUp4: false
21up4Port: 51001