[ci skip] Fix Alloy OOMKill and iDRAC priority class conflict
- Alloy: bump memory limits from 64Mi/128Mi to 256Mi/768Mi — pods were OOMKilled at 128Mi, steady-state usage is ~400-450Mi per node - iDRAC Redfish Exporter: add explicit priority_class_name to resolve conflict between Kyverno priority injection and default priority: 0
This commit is contained in:
parent
32a7c04deb
commit
3d4cdf3203
2 changed files with 6 additions and 2 deletions
|
|
@ -59,6 +59,7 @@ resource "kubernetes_deployment" "idrac-redfish" {
|
|||
}
|
||||
}
|
||||
spec {
|
||||
priority_class_name = "tier-1-cluster"
|
||||
container {
|
||||
# https://github.com/mrlhansen/idrac_exporter?tab=readme-ov-file
|
||||
image = "ghcr.io/mrlhansen/idrac_exporter:latest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue