blob: a2a009f945f1ec47e0d49a0a19faff4de9376887 [file] [log] [blame]
Yi Tseng17657892021-10-11 16:04:59 -07001# Copyright 2021-present Open Networking Foundation
2# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
3
4image:
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
11cni: cilium
12dataInterface: enp0s8
13intCollector: 192.168.33.50:30001
14
15intWatchlistRules:
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"