Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
29cd9d5e
Verified
Commit
29cd9d5e
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
feat(crowdsec): Add jellyfin collection
parent
b7088fda
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/base/crowdsec/release.yaml
+4
-1
4 additions, 1 deletion
apps/base/crowdsec/release.yaml
with
4 additions
and
1 deletion
apps/base/crowdsec/release.yaml
+
4
−
1
View file @
29cd9d5e
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment