CHORE(resources): set memory limits equal to memory requests
- Align memory limits with memory requests for guaranteed QoS class - falco: falcosidekick - external-secrets: main, webhook, certController - authelia: main, redis
This commit is contained in:
@@ -17,7 +17,7 @@ pod:
|
||||
cpu: 15m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 384Mi
|
||||
memory: 256Mi
|
||||
extraVolumes:
|
||||
- name: users-database
|
||||
configMap:
|
||||
@@ -171,6 +171,6 @@ redis:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
memory: 64Mi
|
||||
|
||||
# No persistence needed - using PostgreSQL
|
||||
|
||||
@@ -11,7 +11,7 @@ resources:
|
||||
memory: 64Mi
|
||||
limits:
|
||||
# cpu: removed to prevent throttling
|
||||
memory: 256Mi
|
||||
memory: 64Mi
|
||||
|
||||
# Webhook 설정
|
||||
webhook:
|
||||
@@ -22,7 +22,7 @@ webhook:
|
||||
memory: 32Mi
|
||||
limits:
|
||||
# cpu: removed to prevent throttling
|
||||
memory: 128Mi
|
||||
memory: 32Mi
|
||||
|
||||
# CertController 설정
|
||||
certController:
|
||||
@@ -33,7 +33,7 @@ certController:
|
||||
memory: 32Mi
|
||||
limits:
|
||||
# cpu: removed to prevent throttling
|
||||
memory: 128Mi
|
||||
memory: 32Mi
|
||||
|
||||
# 동시 실행 제한
|
||||
concurrent: 3
|
||||
@@ -54,7 +54,7 @@ webhook:
|
||||
memory: 32Mi
|
||||
limits:
|
||||
# cpu: removed to prevent throttling
|
||||
memory: 128Mi
|
||||
memory: 32Mi
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
@@ -75,7 +75,7 @@ certController:
|
||||
memory: 32Mi
|
||||
limits:
|
||||
# cpu: removed to prevent throttling
|
||||
memory: 128Mi
|
||||
memory: 32Mi
|
||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
|
||||
@@ -128,7 +128,7 @@ falcosidekick:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 512Mi # Increased to prevent OOM
|
||||
memory: 128Mi
|
||||
|
||||
config:
|
||||
# Output to stdout/logs
|
||||
|
||||
Reference in New Issue
Block a user