25 lines
666 B
YAML
25 lines
666 B
YAML
crowdsec:
|
|
#
|
|
image:
|
|
repository: registry.durp.info/crowdsecurity/crowdsec
|
|
pullPolicy: always
|
|
|
|
# for raw logs format: json or cri (docker|containerd)
|
|
container_runtime: containerd
|
|
agent:
|
|
# Specify each pod whose logs you want to process
|
|
acquisition:
|
|
# The namespace where the pod is located
|
|
- namespace: traefik
|
|
# The pod name
|
|
podName: traefik-*
|
|
# as in crowdsec configuration, we need to specify the program name to find a matching parser
|
|
program: traefik
|
|
env:
|
|
- name: COLLECTIONS
|
|
value: "crowdsecurity/traefik"
|
|
lapi:
|
|
envFrom:
|
|
- secretRef:
|
|
name: enroll-key
|