Codify fc-desktop resource quota
This commit is contained in:
24
apps/fc-desktop/resourcequota.yaml
Normal file
24
apps/fc-desktop/resourcequota.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# FlowerCore Remote Desktop - Namespace ResourceQuota (GitOps-managed)
|
||||
#
|
||||
# Codifies the live cap applied on 2026-05-19 after disabling automatic
|
||||
# desktop pool prewarm: no more than 15 pods and no more than 8 CPU / 16Gi
|
||||
# memory requested across the fc-desktop namespace.
|
||||
#
|
||||
# ArgoCD adoption note: this manifest uses the same kind/name/namespace as
|
||||
# the live ResourceQuota and avoids hook, force, or replace annotations, so
|
||||
# automated sync should patch/adopt the existing object in place instead of
|
||||
# recreating it.
|
||||
apiVersion: v1
|
||||
kind: ResourceQuota
|
||||
metadata:
|
||||
name: fc-desktop-cap
|
||||
namespace: fc-desktop
|
||||
labels:
|
||||
app.kubernetes.io/part-of: remotedesktop
|
||||
app.kubernetes.io/component: capacity-guard
|
||||
app.kubernetes.io/managed-by: argocd
|
||||
spec:
|
||||
hard:
|
||||
count/pods: "15"
|
||||
cpu: "8"
|
||||
memory: 16Gi
|
||||
Reference in New Issue
Block a user