[ci skip] fix caretta helm values and goflow2 transport args

This commit is contained in:
Viktor Barzin 2026-02-28 18:51:02 +00:00
parent 87fc11121d
commit c5c3b092e5

View file

@ -24,7 +24,7 @@ resource "kubernetes_deployment" "goflow2" {
container {
name = "goflow2"
image = "netsampler/goflow2:v2.2.1"
args = ["-listen", "netflow://:2055", "-transport", "stdout", "-format", "json"]
args = ["-listen", "netflow://:2055"]
port {
name = "netflow"