REFACTOR(app): remove CPU limit
- Remove CPU limits from deployment - Prevent container throttling
This commit is contained in:
@@ -51,7 +51,6 @@ spec:
|
|||||||
cpu: "50m"
|
cpu: "50m"
|
||||||
limits:
|
limits:
|
||||||
memory: "200Mi"
|
memory: "200Mi"
|
||||||
cpu: "150m"
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ commonLabels:
|
|||||||
# 이미지 태그 설정
|
# 이미지 태그 설정
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/mayne0213/portfolio
|
- name: ghcr.io/mayne0213/portfolio
|
||||||
newTag: develop-sha-9121d3bd8fcdd67e031834db82ec3abd96c7111a
|
newTag: develop-sha-9ac2eca62ac141be49c9a418cdd08ea8222f65c0
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment-patch.yaml
|
- deployment-patch.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user