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

feat(crowdsec): Enable metrics

parent 29cd9d5e
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,10 @@ data: ...@@ -55,6 +55,10 @@ data:
values.yaml: | values.yaml: |
container_runtime: containerd container_runtime: containerd
agent: agent:
metrics:
enabled: true
serviceMonitor:
enabled: true
resources: resources:
limits: limits:
cpu: '1' cpu: '1'
...@@ -82,6 +86,10 @@ data: ...@@ -82,6 +86,10 @@ data:
- name: COLLECTIONS - name: COLLECTIONS
value: "crowdsecurity/nginx,LePresidente/jellyfin" value: "crowdsecurity/nginx,LePresidente/jellyfin"
lapi: lapi:
metrics:
enabled: true
serviceMonitor:
enabled: true
resources: resources:
limits: limits:
cpu: '1' cpu: '1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment