PERF(security): adjust resources based on VPA

- Update authelia memory 256Mi→194Mi
- Update authelia redis cpu 10m→23m, memory 64Mi→100Mi
- Update falco memory 263Mi→283Mi
- Update falcosidekick cpu 10m→15m, memory 128Mi→100Mi
- Update external-secrets operator cpu 5m→15m, memory 128Mi→100Mi
- Update external-secrets webhook cpu 2m→15m, memory 128Mi→100Mi
- Update external-secrets certController cpu 2m→15m, memory 256Mi→283Mi
- Update vault cpu 35m→49m, memory 263Mi→175Mi
This commit is contained in:
2026-01-10 14:32:33 +09:00
parent c2d6958407
commit 5acc1c7f9e
4 changed files with 22 additions and 25 deletions

View File

@@ -15,9 +15,9 @@ pod:
resources:
requests:
cpu: 15m
memory: 256Mi
memory: 194Mi
limits:
memory: 256Mi
memory: 194Mi
extraVolumes:
- name: users-database
configMap:
@@ -201,9 +201,9 @@ redis:
master:
resources:
requests:
cpu: 10m
memory: 64Mi
cpu: 23m
memory: 100Mi
limits:
memory: 64Mi
memory: 100Mi
# No persistence needed - using PostgreSQL

View File

@@ -7,11 +7,10 @@ replicaCount: 1
# 리소스 제한
resources:
requests:
cpu: 5m # Reduced from 20m based on actual usage (1m)
memory: 128Mi
cpu: 15m
memory: 100Mi
limits:
# cpu: removed to prevent throttling
memory: 128Mi
memory: 100Mi
# 동시 실행 제한
concurrent: 3
@@ -28,11 +27,10 @@ webhook:
replicaCount: 1
resources:
requests:
cpu: 2m # Reduced from 10m based on actual usage (1m)
memory: 128Mi
cpu: 15m
memory: 100Mi
limits:
# cpu: removed to prevent throttling
memory: 128Mi
memory: 100Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity:
@@ -49,11 +47,10 @@ certController:
replicaCount: 1
resources:
requests:
cpu: 2m # Reduced from 10m based on actual usage (1m)
memory: 256Mi
cpu: 15m
memory: 283Mi
limits:
# cpu: removed to prevent throttling
memory: 256Mi
memory: 283Mi
# Affinity - Soft Anti-Affinity to spread pods across nodes
affinity:
podAntiAffinity:

View File

@@ -16,10 +16,10 @@ image:
resources:
requests:
cpu: 49m
memory: 263Mi
memory: 283Mi
limits:
cpu: null # Disable chart default (1 core)
memory: 263Mi
memory: 283Mi
# Falco configuration
falco:
@@ -125,10 +125,10 @@ falcosidekick:
resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 15m
memory: 100Mi
limits:
memory: 128Mi
memory: 100Mi
config:
# Output to stdout/logs

View File

@@ -46,10 +46,10 @@ server:
# 리소스 제한
resources:
requests:
cpu: 35m
memory: 263Mi
cpu: 49m
memory: 175Mi
limits:
memory: 263Mi
memory: 175Mi
# Ingress 설정
ingress: