[ci skip] Fix whiteboard priority class mismatch and OnlyOffice OOMKill
- Add priority_class_name to nextcloud whiteboard deployment to match Kyverno-injected tier-3-edge priority class - Add explicit resource limits (4Gi memory) for OnlyOffice document server to prevent OOMKill during font generation
This commit is contained in:
parent
26ba9ea371
commit
2446fec1f6
2 changed files with 12 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ resource "kubernetes_deployment" "whiteboard" {
|
|||
}
|
||||
}
|
||||
spec {
|
||||
priority_class_name = "tier-3-edge"
|
||||
container {
|
||||
image = "ghcr.io/nextcloud-releases/whiteboard:release"
|
||||
name = "whiteboard"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue