Update frontend-deployment.yaml

This commit is contained in:
John Hanzu Kim 2025-06-19 20:14:34 +09:00 committed by GitHub
parent 23e411d7c2
commit 91def762f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,10 +47,10 @@ spec:
- containerPort: 18080 - containerPort: 18080
resources: resources:
requests: requests:
cpu: 128m # 프론트엔드는 CPU 사용량이 적음 cpu: 128m
memory: 128Mi # 메모리도 적게 사용 memory: 128Mi
limits: limits:
cpu: 512m # 제한도 낮게 설정 cpu: 512m
memory: 512Mi memory: 512Mi
volumeMounts: volumeMounts:
- name: runtime-config - name: runtime-config