Skip to content

Commit

Permalink
Revert "Enable CS on prod-k3s, disable AC and KSPM Collector"
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex authored Oct 31, 2024
1 parent 9e2b99b commit c783e0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
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: false
enabled: true
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: 9 additions & 17 deletions clusters/k8s-vms-daniele/apps/sysdig-agent/manifests/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ spec:
deploy: true

kspmCollector:
enabled: false
probes:
initialDelay: 30

admissionController:
enabled: false

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

clusterScanner:
enabled: false

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

0 comments on commit c783e0f

Please sign in to comment.