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