chore: add helm chart and docker

This commit is contained in:
Nuxgrid
2026-07-27 21:06:11 +02:00
parent 23a4f280c6
commit 356604fba4
46 changed files with 1390 additions and 0 deletions
@@ -0,0 +1,17 @@
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: rate-limit
namespace: {{ .Release.Namespace }}
labels:
{{- include "gestion-traefik.labels" . | nindent 4 }}
spec:
rateLimit:
average: {{ .Values.rateLimit.average }}
burst: {{ .Values.rateLimit.burst }}
period: 1m
sourceCriterion:
ipStrategy:
# depth=1 : utilise la première IP de X-Forwarded-For
# (Traefik pose lui-même ce header depuis la vraie IP TCP, non spoofable)
depth: 1