blob: 70ed3984435a77671359ec3b3f034c4083e7ea55 [file] [log] [blame]
Yi Tseng17657892021-10-11 16:04:59 -07001# Copyright 2021-present Open Networking Foundation
Charles Chand1b4bf92022-02-02 16:27:10 -08002# SPDX-License-Identifier: Apache-2.0
Yi Tseng17657892021-10-11 16:04:59 -07003
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"