postiz: bump memory request 512Mi → 2Gi, limit 4Gi → 3Gi (right-size for next deploy)
krr 2026-05-22 flagged postiz-app as critically under-requested when it was running (gap 2.2 GiB above the 512Mi request). Postiz is currently uninstalled in the cluster — this change is only for when the stack is re-deployed later. No apply triggered now. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
b59acbc1db
commit
ae874e028d
1 changed files with 2 additions and 2 deletions
|
|
@ -207,10 +207,10 @@ resource "helm_release" "postiz" {
|
|||
resources = {
|
||||
requests = {
|
||||
cpu = "100m"
|
||||
memory = "512Mi"
|
||||
memory = "2Gi"
|
||||
}
|
||||
limits = {
|
||||
memory = "4Gi"
|
||||
memory = "3Gi"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue