42 行
1.2 KiB
YAML
42 行
1.2 KiB
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChart
|
|
metadata:
|
|
name: crowdsec
|
|
namespace: infra-monitor
|
|
spec:
|
|
repo: https://crowdsecurity.github.io/helm-charts
|
|
chart: crowdsec
|
|
targetNamespace: infra-monitor
|
|
valuesContent: |-
|
|
container_runtime: containerd
|
|
image:
|
|
tag: v1.6.1-2
|
|
agent:
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: svccontroller.k3s.cattle.io/enablelb
|
|
operator: In
|
|
values:
|
|
- "true"
|
|
acquisition:
|
|
- namespace: infra-net
|
|
podName: ingress-nginx-controller-*
|
|
program: nginx
|
|
poll_without_inotify: true
|
|
env:
|
|
- name: COLLECTIONS
|
|
value: "crowdsecurity/nginx"
|
|
lapi:
|
|
affinity:
|
|
nodeAffinity:
|
|
preferredDuringSchedulingIgnoredDuringExecution:
|
|
- weight: 1
|
|
preference:
|
|
matchExpressions:
|
|
- key: kubernetes.io/hostname
|
|
operator: In
|
|
values:
|
|
- alihka |