[ci skip] fix caretta helm values and goflow2 transport args
This commit is contained in:
parent
205d9f9fc4
commit
c24ae7e8df
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ resource "kubernetes_deployment" "goflow2" {
|
||||||
container {
|
container {
|
||||||
name = "goflow2"
|
name = "goflow2"
|
||||||
image = "netsampler/goflow2:v2.2.1"
|
image = "netsampler/goflow2:v2.2.1"
|
||||||
args = ["-listen", "netflow://:2055", "-transport", "stdout", "-format", "json"]
|
args = ["-listen", "netflow://:2055"]
|
||||||
|
|
||||||
port {
|
port {
|
||||||
name = "netflow"
|
name = "netflow"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue