refactor: to use hostPath
All checks were successful
Validate / validate-node-lables (push) Successful in 7s
Validate / validate-coredns (push) Successful in 7s
Validate / validate-traefik (push) Successful in 21s

This commit is contained in:
2026-04-06 17:25:12 +02:00
parent 1ce061b98f
commit 37ee5f52e4
2 changed files with 35 additions and 17 deletions

View File

@@ -32,11 +32,6 @@ spec:
secretKeyRef:
key: apiKey
name: ionos-api-credentials
- name: CROWDSEC_BOUNCER_API_KEY
valueFrom:
secretKeyRef:
name: crowdsec-bouncer-api-key
key: api-key
ports:
web:
port: 8000
@@ -65,16 +60,5 @@ spec:
persistence:
enabled: true
name: data
accessMode: ReadWriteMany
size: 1Gi
storageClass: longhorn
existingClaim: pvc-traefik
path: /data
#experimental:
# plugins:
# crowdsec-bouncer-traefik-plugin:
# moduleName: github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
# version: v1.4.6
#additionalArguments:
# - "--providers.kubernetescrd"
# - "--entrypoints.web.http.middlewares=crowdsec-bouncer@kubernetescrd"
# - "--entrypoints.websecure.http.middlewares=kube-system-crowdsec-bouncer@kubernetescrd"