Skip to content

Commit

Permalink
update(deploy/k8s): update default socket path
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Oct 21, 2022
1 parent b934a32 commit 0c82c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/k8s/falco-exporter/README.md
Expand Up @@ -9,7 +9,7 @@ This will result in a **falco-exporter** Pod being deployed to each node.

The default configurations for connecting to a Falco gRPC server over Unix socket are:

- client-socket: `unix:///var/run/falco/falco.sock`
- client-socket: `unix:///run/falco/falco.sock`
- timeout: `2m`
- listen-address: `0.0.0.0:9376`

Expand Down
2 changes: 1 addition & 1 deletion deploy/k8s/falco-exporter/templates/daemonset.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
imagePullPolicy: IfNotPresent
args:
- /usr/bin/falco-exporter
- --client-socket=unix:///var/run/falco/falco.sock
- --client-socket=unix:///run/falco/falco.sock
- --timeout=2m
- --listen-address=0.0.0.0:9376
ports:
Expand Down

0 comments on commit 0c82c4b

Please sign in to comment.