PERF(applications): adjust resources based on VPA
- Update homer cpu 15m→11m, memory 100Mi→50Mi - Update code-server memory 512Mi→215Mi - Update docusaurus cpu 10m→15m - Update gitea cpu 15m→63m, memory 200Mi→237Mi - Update umami memory 384Mi→283Mi - Update mas memory 150Mi→175Mi
This commit is contained in:
@@ -44,9 +44,9 @@ service:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 512Mi
|
||||
memory: 215Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
memory: 215Mi
|
||||
|
||||
# Security context
|
||||
securityContext:
|
||||
|
||||
@@ -37,7 +37,7 @@ ingress:
|
||||
resources:
|
||||
requests:
|
||||
memory: 100Mi
|
||||
cpu: 10m
|
||||
cpu: 15m
|
||||
limits:
|
||||
memory: 100Mi
|
||||
|
||||
|
||||
@@ -103,10 +103,10 @@ ingress:
|
||||
# =============================================================================
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 200Mi
|
||||
cpu: 63m
|
||||
memory: 237Mi
|
||||
limits:
|
||||
memory: 200Mi
|
||||
memory: 237Mi
|
||||
|
||||
# =============================================================================
|
||||
# POD CONFIGURATION
|
||||
|
||||
@@ -36,10 +36,10 @@ controllers:
|
||||
pullPolicy: IfNotPresent
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
cpu: 11m
|
||||
memory: 50Mi
|
||||
limits:
|
||||
memory: 100Mi
|
||||
memory: 50Mi
|
||||
pod:
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
affinity:
|
||||
|
||||
@@ -46,9 +46,9 @@ controllers:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 150Mi
|
||||
memory: 175Mi
|
||||
limits:
|
||||
memory: 150Mi
|
||||
memory: 175Mi
|
||||
probes:
|
||||
startup:
|
||||
enabled: true
|
||||
|
||||
@@ -40,9 +40,9 @@ service:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 384Mi
|
||||
memory: 283Mi
|
||||
limits:
|
||||
memory: 384Mi
|
||||
memory: 283Mi
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user