Skip to content

Commit

Permalink
Reduce period length for violation metrics from 5m to 1m (#1770)
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Clasmeier <[email protected]>
  • Loading branch information
mclasmeier and Moritz Clasmeier authored May 13, 2024
1 parent 1a90477 commit 1329ba5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ data:
nilToZero: true
statistics:
- SampleCount
period: 300
period: 60
length: 300
- name: network_policy_acl_denials
namespace: "{{ .Values.clusterName }}"
Expand All @@ -72,5 +72,5 @@ data:
nilToZero: true
statistics:
- SampleCount
period: 300
period: 60
length: 300

0 comments on commit 1329ba5

Please sign in to comment.