From 29cd9d5e38773fc275097d7fd673a76739d16e1f Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 28 Sep 2023 02:39:14 +0200 Subject: [PATCH] feat(crowdsec): Add jellyfin collection --- apps/base/crowdsec/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/base/crowdsec/release.yaml b/apps/base/crowdsec/release.yaml index b6fd988d4..663d38507 100644 --- a/apps/base/crowdsec/release.yaml +++ b/apps/base/crowdsec/release.yaml @@ -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: -- GitLab