Yi Tseng | 1765789 | 2021-10-11 16:04:59 -0700 | [diff] [blame] | 1 | # Copyright 2021-present Open Networking Foundation |
Charles Chan | d1b4bf9 | 2022-02-02 16:27:10 -0800 | [diff] [blame] | 2 | # SPDX-License-Identifier: Apache-2.0 |
Yi Tseng | 1765789 | 2021-10-11 16:04:59 -0700 | [diff] [blame] | 3 | |
| 4 | image: |
Charles Chan | 6e264fc | 2022-02-07 17:13:43 -0800 | [diff] [blame] | 5 | repository: opennetworking/int-host-reporter |
Yi Tseng | 1765789 | 2021-10-11 16:04:59 -0700 | [diff] [blame] | 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" |