Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # v1 LimitRange <code> ## # 리소스 설정, 컨테이너에 대응하는 기본값 # apiVersion: v1 kind: LimitRange metadata: name: limit namespace: prod spec: limits: - default: # 디폴트 리밋 cpu: 200m # CPU 최대 시간(상한, 이 이상은 할당하지 않음) memory: 200Mi # 메모리 최대량(상한을 넘으면 강제 종료됨) defaultRequest: # 디폴트 리퀘스트 cpu: 200m # CPU요구시간(확보하지 않으면 기동하지 않음) memory: 100Mi # 메모리 요구량(확보하지 않으면 기동하지 않음) type: Container </code> open/v1-limitrange.txt Last modified: 2024/10/05 06:15by 127.0.0.1