Skip to content

Commit

Permalink
cleaning the config files
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jul 30, 2024
1 parent 62c8d50 commit 78171a3
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 145 deletions.
80 changes: 0 additions & 80 deletions configs/etc/kubehound-dd.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions configs/etc/kubehound-ingestor.yaml

This file was deleted.

13 changes: 8 additions & 5 deletions configs/etc/kubehound-reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,14 @@ builder:
# Ingestor configuration (for KHaaS)
# ingestor:
# blob:
# bucket: "" # (i.e.: s3://your-bucket)
# region: "" # (i.e.: us-east-1)
# # (i.e.: s3://<your-bucket>)
# bucket: ""
# # (i.e.: us-east-1)
# region: ""
# temp_dir: "/tmp/kubehound"
# archive_name: "archive.tar.gz"
# max_archive_size: 2147483648 # 2GB
# api: # GRPC endpoint for the ingestor
# max_archive_size: 2147483648 # 2GB
# # GRPC endpoint for the ingestor
# api:
# endpoint: "127.0.0.1:9000"
# insecure: true
# insecure: true
15 changes: 15 additions & 0 deletions configs/etc/kubehound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,18 @@ builder:

# Enable for large clusters to prevent number of edges growing exponentially
large_cluster_optimizations: true

# Ingestor configuration (for KHaaS)
ingestor:
blob:
# (i.e.: s3://<your-bucket>)
bucket: ""
# (i.e.: us-east-1)
region: ""
temp_dir: "/tmp/kubehound"
archive_name: "archive.tar.gz"
max_archive_size: 2147483648 # 2GB
# GRPC endpoint for the ingestor
api:
endpoint: "127.0.0.1:9000"
insecure: true

0 comments on commit 78171a3

Please sign in to comment.