blob: 886188c32f4e76c1d1339d64de3c33e7c217b0a2 [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:
Charles Chan6e264fc2022-02-07 17:13:43 -08005 repository: opennetworking/int-host-reporter
Yi Tseng17657892021-10-11 16:04:59 -07006 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"