Crowdsec helm chart is an open-source, lightweight agent to detect and respond to bad behaviours.
What's Changed
- bump v1.6.9, chart bump by @LaurenceJJones in #272
Tip
This CrowdSec version includes the option to set agents to self delete instead of waiting for flush timer
You can achieve this by configuring inside the values.yaml: (note the example shown is an extension of the default values)
config:
config.yaml.local: |
api:
client:
unregister_on_exit: true
server:
auto_registration: # Activate if not using TLS for authentication
enabled: true
token: "${REGISTRATION_TOKEN}" # /!\ Do not modify this variable (auto-generated and handled by the chart)
allowed_ranges: # /!\ Make sure to adapt to the pod IP ranges used by your cluster
- "127.0.0.1/32"
- "192.168.0.0/16"
- "10.0.0.0/8"
- "172.16.0.0/12"
Full Changelog: crowdsec-0.19.3...crowdsec-0.19.4