Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Revert "Enable CS on prod-k3s, disable AC and KSPM Collector"" #656

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clusters/common/sysdig-agent/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
registry: quay.io

admissionController:
enabled: true
enabled: false
features:
k8sAuditDetections: true
kspmAdmissionController: false
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:

kspmCollector:
psp:
create: false
create: false

rapidResponse:
enabled: false
Expand Down
26 changes: 17 additions & 9 deletions clusters/k8s-vms-daniele/apps/sysdig-agent/manifests/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ spec:
deploy: true

kspmCollector:
enabled: false
probes:
initialDelay: 30

admissionController:
enabled: false

agent:
slim:
resources:
Expand Down Expand Up @@ -147,13 +151,17 @@ spec:
enabled: true

clusterScanner:
enabled: false

clusterShield:
enabled: true
eveEnabled: true
scannerMode: "local"
replicaCount: 1
runtimeStatusIntegrator:
env:
USE_MAINDB_V2: "true"
imageSbomExtractor:
env:
USE_MAINDB_V2: "true"
cluster_shield:
features:
admission_control:
enabled: false
audit:
enabled: true
container_vulnerability_management:
enabled: true
posture:
enabled: true
Loading