Skip to content

Commit

Permalink
실섭 서버 팟 메모리 설정 늘리기 (#399)
Browse files Browse the repository at this point in the history
* feat: increase prod server pod memory

* chore: reduce memory a bit
  • Loading branch information
jyoo0515 authored Oct 20, 2024
1 parent 7382e2f commit 07eed67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/helm/scc-server/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ resources:
# memory: 128Mi
requests:
cpu: 500m
memory: 1Gi
memory: 1536Mi
limits:
cpu: 500m
memory: 1Gi
memory: 1536Mi
autoscaling:
enabled: true
minReplicas: 2
Expand Down

0 comments on commit 07eed67

Please sign in to comment.