diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index ef8f456..2855807 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -103,14 +103,15 @@ ingress: - github0213.com # ============================================================================= -# RESOURCES +# RESOURCES (VPA lowerBound/upperBound) # ============================================================================= resources: requests: - cpu: 63m - memory: 237Mi + cpu: 15m + memory: 247Mi limits: - memory: 237Mi + cpu: 46m + memory: 333Mi # ============================================================================= # POD CONFIGURATION