mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-14 01:12:22 +00:00
add bouncer
This commit is contained in:
parent
70e382f169
commit
9b9ce5190c
15
Kubernetes/CrowdSec/Bouncer/bouncer-middleware.yaml
Normal file
15
Kubernetes/CrowdSec/Bouncer/bouncer-middleware.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: Middleware
|
||||
metadata:
|
||||
name: bouncer
|
||||
namespace: traefik
|
||||
spec:
|
||||
plugin:
|
||||
bouncer:
|
||||
enabled: true
|
||||
crowdsecMode: none
|
||||
crowdsecLapiScheme: https
|
||||
crowdsecLapiHost: crowdsec-service.crowdsec:8080
|
||||
crowdsecLapiTLSCertificateAuthorityFile: /etc/traefik/crowdsec-certs/ca.crt
|
||||
crowdsecLapiTLSCertificateBouncerFile: /etc/traefik/crowdsec-certs/tls.crt
|
||||
crowdsecLapiTLSCertificateBouncerKeyFile: /etc/traefik/crowdsec-certs/tls.key
|
Loading…
x
Reference in New Issue
Block a user