Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
d0g0x01 committed Jun 12, 2023
2 parents ffdccde + 4c8974a commit a5c8c3f
Show file tree
Hide file tree
Showing 60 changed files with 1,859 additions and 687 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test:

.PHONY: system-test
system-test:
cd test/system && go test ./...
cd test/system && go test -v -timeout "60s" -race ./...

.PHONY: local-cluster-create
local-cluster-setup:
Expand Down
4 changes: 3 additions & 1 deletion configs/etc/kubehound.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
collector:
type: live-k8s-api-collector
live:
page_size: 5000
page_size: 500
page_buffer_size: 10
rate_limit_per_second: 100
mongodb:
url: "mongodb://localhost:27017"
janusgraph:
url: "ws://localhost:8182/gremlin"
telemetry:
statsd:
url: "127.0.0.1:8125"
Loading

0 comments on commit a5c8c3f

Please sign in to comment.