[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 205d9f9fc4
commit c24ae7e8df
No known key found for this signature in database
GPG key ID: 0EB088298288D958

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"