PERF(gitea): optimize resources via VPA
- Set CPU request to 15m, limit to 46m - Set memory request to 247Mi, limit to 333Mi
This commit is contained in:
@@ -103,14 +103,15 @@ ingress:
|
|||||||
- github0213.com
|
- github0213.com
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# RESOURCES
|
# RESOURCES (VPA lowerBound/upperBound)
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 63m
|
cpu: 15m
|
||||||
memory: 237Mi
|
memory: 247Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 237Mi
|
cpu: 46m
|
||||||
|
memory: 333Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# POD CONFIGURATION
|
# POD CONFIGURATION
|
||||||
|
|||||||
Reference in New Issue
Block a user