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/kubernetes/apps/security/crowdsec/app/helmrelease.yaml

40 lines
970 B
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
2023-10-09 09:00:18 -05:00
version: 0.9.9
2023-08-13 12:13:53 -05:00
sourceRef:
kind: HelmRepository
name: crowdsec
namespace: flux-system
interval: 30m
values:
container_runtime: containerd
image:
2023-09-23 10:37:23 -05:00
tag: "v1.5.4"
2023-08-13 12:13:53 -05:00
agent:
acquisition:
- namespace: network
podName: ingress-nginx-controller-*
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"
resources:
limits:
memory: 512Mi
requests:
cpu: 150m
memory: 256Mi