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
b8a6fe96
Verified
Commit
b8a6fe96
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(crowdsec): Add missing resource definition
parent
50b9d141
No related branches found
Branches containing commit
Tags
37.383.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/base/crowdsec/release.yaml
+14
-0
14 additions, 0 deletions
apps/base/crowdsec/release.yaml
with
14 additions
and
0 deletions
apps/base/crowdsec/release.yaml
+
14
−
0
View file @
b8a6fe96
...
@@ -41,6 +41,13 @@ data:
...
@@ -41,6 +41,13 @@ data:
values.yaml
:
|
values.yaml
:
|
container_runtime: containerd
container_runtime: containerd
agent:
agent:
resources:
limits:
cpu: '1'
memory: 100Mi
requests:
cpu: 150m
memory: 100Mi
# To specify each pod you want to process it logs (pods present in the node)
# To specify each pod you want to process it logs (pods present in the node)
acquisition:
acquisition:
# The namespace where the pod is located
# The namespace where the pod is located
...
@@ -58,6 +65,13 @@ data:
...
@@ -58,6 +65,13 @@ data:
- name: COLLECTIONS
- name: COLLECTIONS
value: "crowdsecurity/nginx"
value: "crowdsecurity/nginx"
lapi:
lapi:
resources:
limits:
cpu: '1'
memory: 100Mi
requests:
cpu: 150m
memory: 100Mi
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.
- name: DISABLE_ONLINE_API
- name: DISABLE_ONLINE_API
...
...
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