Skip to content

Commit

Permalink
restoring seevrity
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz.widera@vshn.ch committed Nov 14, 2023
1 parent b358831 commit 7d03326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/component/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ local generatePrometheusNonSLORules(serviceName, memoryContainerName, additional
expr: std.strReplace(topPod('(container_memory_working_set_bytes{container="%s"} / on(container,pod,namespace) kube_pod_container_resource_limits{resource="memory"} * 100) > 90') % memoryContainerName, toReplace, 'vshn-' + serviceNameLower),
'for': '120m',
labels: {
severity: 'warning',
severity: 'critical',
syn_team: 'schedar',
},
},
Expand Down

0 comments on commit 7d03326

Please sign in to comment.