31 lines
715 B
YAML
31 lines
715 B
YAML
name: crowdsec
|
|
is: crowdsec
|
|
description: CrowdSec security engine with Traefik bouncer for threat detection and rate limiting
|
|
version: v1.7.8
|
|
category: infrastructure
|
|
requires:
|
|
- name: longhorn
|
|
- name: traefik
|
|
defaultConfig:
|
|
namespace: crowdsec
|
|
rateLimitAverage: "100"
|
|
rateLimitBurst: "100"
|
|
defaultSecrets:
|
|
- key: agentPassword
|
|
- key: bouncerApiKey
|
|
deploy:
|
|
createSecrets:
|
|
- name: crowdsec-agent-secret
|
|
entries:
|
|
password: agentPassword
|
|
- name: crowdsec-bouncer-secret
|
|
entries:
|
|
api-key: bouncerApiKey
|
|
- name: crowdsec-bouncer-secret
|
|
namespace: traefik
|
|
entries:
|
|
api-key: bouncerApiKey
|
|
waitForRollout:
|
|
name: crowdsec
|
|
timeout: "120s"
|