Skip to content

Commit

Permalink
default config
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek <[email protected]>
  • Loading branch information
Prateeknandle committed Aug 27, 2024
1 parent e1a872a commit 1cb8116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deployments/get/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,9 @@ func GetKubearmorConfigMap(namespace, name string) *corev1.ConfigMap {
data[cfg.ConfigDefaultCapabilitiesPosture] = "audit"
data[cfg.ConfigDefaultNetworkPosture] = "audit"
data[cfg.ConfigDefaultPostureLogs] = "true"
data[cfg.ConfigAlertThrottling] = "true"
data[cfg.ConfigMaxAlertPerSec] = "10"
data[cfg.ConfigThrottleSec] = "30"

return &corev1.ConfigMap{
TypeMeta: metav1.TypeMeta{
Expand Down

0 comments on commit 1cb8116

Please sign in to comment.