Skip to content
Snippets Groups Projects
Verified Commit 29cd9d5e authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(crowdsec): Add jellyfin collection

parent b7088fda
Branches
Tags
No related merge requests found
......@@ -70,6 +70,9 @@ data:
podName: nginx-ingress-ingress-nginx-controller-*
# as in crowdsec configuration, we need to specify the program name so the parser will match and parse logs
program: nginx
- namespace: jellyfin
podName: jellyfin-*
program: jellyfin
# Those are ENV variables
env:
# As it's a test, we don't want to share signals with CrowdSec so disable the Online API.
......@@ -77,7 +80,7 @@ data:
value: "true"
# As we are running Nginx, we want to install the Nginx collection
- name: COLLECTIONS
value: "crowdsecurity/nginx"
value: "crowdsecurity/nginx,LePresidente/jellyfin"
lapi:
resources:
limits:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment