Yi Tseng | 1765789 | 2021-10-11 16:04:59 -0700 | [diff] [blame^] | 1 | # Copyright 2021-present Open Networking Foundation |
| 2 | # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 |
| 3 | |
| 4 | image: |
| 5 | repository: registry.hub.docker.com/opennetworking/int-host-reporter |
| 6 | pullPolicy: Always |
| 7 | # Overrides the image tag whose default is the chart appVersion. |
| 8 | tag: "latest" |
| 9 | |
| 10 | # CNI in use, possible values: cilium, calico-ebpf, calico-iptables |
| 11 | cni: cilium |
| 12 | dataInterface: enp0s8 |
| 13 | intCollector: 192.168.33.50:30001 |
| 14 | |
| 15 | intWatchlistRules: |
| 16 | # - protocol: "UDP" |
| 17 | # srcAddr: "192.168.99.50/32" |
| 18 | # dstAddr: "192.168.99.20/32" |
| 19 | # - protocol: "TCP" |
| 20 | # srcAddr: "192.168.99.50/32" |
| 21 | # dstAddr: "192.168.99.20/32" |