[ci skip] fix caretta helm values and goflow2 transport args
This commit is contained in:
parent
87fc11121d
commit
c5c3b092e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue