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
|
cpu: 15m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 384Mi
|
memory: 256Mi
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: users-database
|
- name: users-database
|
||||||
configMap:
|
configMap:
|
||||||
@@ -171,6 +171,6 @@ redis:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 64Mi
|
||||||
|
|
||||||
# No persistence needed - using PostgreSQL
|
# No persistence needed - using PostgreSQL
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ resources:
|
|||||||
memory: 64Mi
|
memory: 64Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
# cpu: removed to prevent throttling
|
||||||
memory: 256Mi
|
memory: 64Mi
|
||||||
|
|
||||||
# Webhook 설정
|
# Webhook 설정
|
||||||
webhook:
|
webhook:
|
||||||
@@ -22,7 +22,7 @@ webhook:
|
|||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
# cpu: removed to prevent throttling
|
||||||
memory: 128Mi
|
memory: 32Mi
|
||||||
|
|
||||||
# CertController 설정
|
# CertController 설정
|
||||||
certController:
|
certController:
|
||||||
@@ -33,7 +33,7 @@ certController:
|
|||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
# cpu: removed to prevent throttling
|
||||||
memory: 128Mi
|
memory: 32Mi
|
||||||
|
|
||||||
# 동시 실행 제한
|
# 동시 실행 제한
|
||||||
concurrent: 3
|
concurrent: 3
|
||||||
@@ -54,7 +54,7 @@ webhook:
|
|||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
# cpu: removed to prevent throttling
|
||||||
memory: 128Mi
|
memory: 32Mi
|
||||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
@@ -75,7 +75,7 @@ certController:
|
|||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
# cpu: removed to prevent throttling
|
||||||
memory: 128Mi
|
memory: 32Mi
|
||||||
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
# Affinity - Soft Anti-Affinity to spread pods across nodes
|
||||||
affinity:
|
affinity:
|
||||||
podAntiAffinity:
|
podAntiAffinity:
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ falcosidekick:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 512Mi # Increased to prevent OOM
|
memory: 128Mi
|
||||||
|
|
||||||
config:
|
config:
|
||||||
# Output to stdout/logs
|
# Output to stdout/logs
|
||||||
|
|||||||
Reference in New Issue
Block a user