30 lines
647 B
YAML
30 lines
647 B
YAML
container_runtime: containerd
|
|
agent:
|
|
env:
|
|
- name: COLLECTIONS
|
|
value: "crowdsecurity/traefik crowdsecurity/base-http-scenarios LePresidente/adguardhome-bf"
|
|
acquisition:
|
|
- namespace: traefik
|
|
podName: "*traefik*"
|
|
program: traefik
|
|
poll_without_inotify: true
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 100Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 500Mi
|
|
|
|
lapi:
|
|
env:
|
|
- name: COLLECTIONS
|
|
value: "crowdsecurity/traefik crowdsecurity/base-http-scenarios LePresidente/adguardhome-bf"
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 150Mi
|
|
limits:
|
|
cpu: 200m
|
|
memory: 500Mi
|