Update traefik & crowdsec traefik bouncer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2022-10-18 00:18:20 +02:00
parent 382cc69b2c
commit 4e55bc09af
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,5 @@
my_context: kubernetes my_context: kubernetes
traefik_version: "2.8.1" traefik_version: "2.9.1"
cluster_domain: "local" cluster_domain: "local"
traefik_namespace: "traefik" traefik_namespace: "traefik"
traefik_service_type: LoadBalancer traefik_service_type: LoadBalancer
@ -22,4 +22,4 @@ basic_auth: false
# traefik_dashboard_certificate: wildcard-cluster # traefik_dashboard_certificate: wildcard-cluster
crowdsec_namespace: "crowdsec" crowdsec_namespace: "crowdsec"
crowdsec_traefik_bouncer_chart_version: "0.1.0" crowdsec_traefik_bouncer_chart_version: "0.1.2"

View file

@ -54,9 +54,12 @@
chart_ref: crowdsec/crowdsec-traefik-bouncer chart_ref: crowdsec/crowdsec-traefik-bouncer
chart_version: "{{ crowdsec_traefik_bouncer_chart_version }}" chart_version: "{{ crowdsec_traefik_bouncer_chart_version }}"
values: values:
image:
tag: "0.5.0"
bouncer: bouncer:
crowdsec_bouncer_api_key: "{{ traefik_crowdsec_bouncer_apikey }}" crowdsec_bouncer_api_key: "{{ traefik_crowdsec_bouncer_apikey }}"
crowdsec_agent_host: "crowdsec-service.{{ crowdsec_namespace }}.svc.cluster.local:8080" crowdsec_agent_host: "crowdsec-service.{{ crowdsec_namespace }}.svc.cluster.local:8080"
crowdsec_bouncer_gin_mode: "release"
replicaCount: 1 replicaCount: 1
podSecurityContext: podSecurityContext:
fsGroup: 2000 fsGroup: 2000