migrate falco deployment to operator
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m11s
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Failing after 3m11s
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Falco Operator settings. Falco instances and their artifacts are managed by
|
||||
# the CRs under falco/operator-resources.
|
||||
replicaCount: 1
|
||||
|
||||
# Keep ArgoCD tracking labels on the operator itself, not on resources created
|
||||
# by the operator from Falco, Config, Plugin, or Rulesfile resources.
|
||||
excludedLabels:
|
||||
- argocd.argoproj.io/instance
|
||||
- argocd.argoproj.io/tracking-id
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 128Mi
|
||||
Reference in New Issue
Block a user