mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
add bouncer
This commit is contained in:
parent
70e382f169
commit
9b9ce5190c
1 changed files with 15 additions and 0 deletions
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…
Reference in a new issue