Skip to content

Commit

Permalink
add memoryThresholdSafetyCheck configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nirsht committed May 3, 2023
1 parent e518f56 commit 3705c25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,7 @@ data:
healthCheck: {}
telemetry:
enable: true
memoryThresholdSafetyCheck:
enable: true
watchNamespace: all
---
2 changes: 2 additions & 0 deletions charts/k8s-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ watcher:
portforward: false
telemetry:
enable: true
memoryThresholdSafetyCheck:
enable: true
networkMapper:
enable: false
monitoringFQDN: ""
Expand Down
2 changes: 2 additions & 0 deletions manifests/base/komodor-k8s-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ actions:
advanced: false
telemetry:
enable: false
memoryThresholdSafetyCheck:
enable: true
monitoringFQDN: ""
resources:
clusterRole: true
Expand Down
2 changes: 2 additions & 0 deletions manifests/overlays/full/komodor-k8s-watcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ actions:
advanced: false
telemetry:
enable: true
memoryThresholdSafetyCheck:
enable: true
resources:
event: true
deployment: true
Expand Down

0 comments on commit 3705c25

Please sign in to comment.