Skip to content

NeuraLegion/sniffer-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helm Chart for Bright Sniffer

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Install the sniffer

Use the Helm command to install the Sniffer:

helm install sniffer oci://ghcr.io/neuralegion/sniffer -f values.yaml

Override default configuration (using values.yaml)

To customize configurations, modify the values.yaml file as follows:

api:
  apiKey: '<your API key with entry-points:manage or entry-points:admin scopes>'
  apiURL: 'https://app.brightsec.com/'
  projectID: '<your Bright project ID>'

Uninstall the sniffer

If you want to delete the Sniffer from your Kubernetes cluster, use the following command:

helm delete sniffer

License

Copyright © 2024 Bright Security.

This project is licensed under the MIT License - see the LICENSE file for details.