Crowsec uses external LAPI.

This commit is contained in:
2026-07-10 03:37:56 +00:00
parent 219a28bc65
commit bb5a76b864
3 changed files with 13 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ spec:
plugin:
bouncer:
crowdsecLapiScheme: http
crowdsecLapiHost: crowdsec-lapi.crowdsec.svc.cluster.local:8080
crowdsecLapiHost: {{ if .centralLapiUrl }}{{ strings.TrimPrefix "http://" .centralLapiUrl }}{{ else }}crowdsec-lapi.crowdsec.svc.cluster.local:8080{{ end }}
crowdsecLapiKeyFile: /etc/traefik/crowdsec/api-key
crowdsecMode: stream
updateIntervalSeconds: 15