diff --git a/config/configStruct.go b/config/configStruct.go index 8bcb0621b..4b564a850 100644 --- a/config/configStruct.go +++ b/config/configStruct.go @@ -139,6 +139,8 @@ func CreateDefaultConfig() ConfigStruct { "diameter", "udp-flow", "tcp-flow", + "udp-flow-full", + "tcp-flow-full", }, PortMapping: configStructs.PortMapping{ HTTP: []uint16{80, 443, 8080}, diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 595eacd86..6e5279101 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -189,6 +189,8 @@ tap: - diameter - udp-flow - tcp-flow + - tcp-flow-full + - udp-flow-full portMapping: http: - 80