diff --git a/deploy/kubernetes/k8s-audit-only/falco.yaml b/deploy/kubernetes/k8s-audit-only/falco.yaml index 4e4b6b96..6addbafb 100644 --- a/deploy/kubernetes/k8s-audit-only/falco.yaml +++ b/deploy/kubernetes/k8s-audit-only/falco.yaml @@ -182,7 +182,7 @@ http_output: # grpc: # enabled: true # bind_address: "0.0.0.0:5060" -# threadiness: 8 +# threadiness: 0 # private_key: "/etc/falco/certs/server.key" # cert_chain: "/etc/falco/certs/server.crt" # root_certs: "/etc/falco/certs/ca.crt" @@ -191,7 +191,7 @@ http_output: grpc: enabled: false bind_address: "unix:///var/run/falco/falco.sock" - threadiness: 8 + threadiness: 0 # gRPC output service. # By default it is off. diff --git a/deploy/kubernetes/kernel-and-k8s-audit/falco.yaml b/deploy/kubernetes/kernel-and-k8s-audit/falco.yaml index 4e4b6b96..6addbafb 100644 --- a/deploy/kubernetes/kernel-and-k8s-audit/falco.yaml +++ b/deploy/kubernetes/kernel-and-k8s-audit/falco.yaml @@ -182,7 +182,7 @@ http_output: # grpc: # enabled: true # bind_address: "0.0.0.0:5060" -# threadiness: 8 +# threadiness: 0 # private_key: "/etc/falco/certs/server.key" # cert_chain: "/etc/falco/certs/server.crt" # root_certs: "/etc/falco/certs/ca.crt" @@ -191,7 +191,7 @@ http_output: grpc: enabled: false bind_address: "unix:///var/run/falco/falco.sock" - threadiness: 8 + threadiness: 0 # gRPC output service. # By default it is off.