This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/archive/security/crowdsec/app/helmrelease.yaml

43 lines
1.2 KiB
YAML
Raw Normal View History

2023-08-13 12:13:53 -05:00
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json
2023-08-13 12:13:53 -05:00
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: crowdsec
spec:
interval: 30m
chart:
spec:
chart: crowdsec
version: 0.9.10
2023-08-13 12:13:53 -05:00
sourceRef:
kind: HelmRepository
name: crowdsec
namespace: flux-system
interval: 30m
values:
container_runtime: containerd
image:
2023-12-01 09:05:12 -06:00
tag: "v1.5.5"
2023-08-13 12:13:53 -05:00
agent:
acquisition:
- namespace: network
2023-12-01 10:36:18 -06:00
podName: ingress-nginx-hsn-controller-*
2023-08-13 12:13:53 -05:00
program: nginx
env:
# As we are running Nginx, we want to install the Nginx collection
- name: COLLECTIONS
value: "crowdsecurity/nginx"
- name: PARSERS
value: "crowdsecurity/cri-logs"
# Too many false positives from just browsing a website.
- name: DISABLE_SCENARIOS
value: "crowdsecurity/http-probing crowdsecurity/http-crawl-non_statics crowdsecurity/http-generic-bf"
2023-08-13 12:13:53 -05:00
resources:
limits:
memory: 512Mi
requests:
cpu: 150m
memory: 256Mi