Skip to content

Commit ca73f1e

Browse files
committed
k8s 컴퓨팅 리소스 할당 비율 변경 (#14)
* up: k8s 스케줄러 최적화 * up: 프로그램 버전 명
1 parent 87788ca commit ca73f1e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

internal/pkg/project/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package project
22

33
const (
44
AppName string = "oauth-server"
5-
AppVersion string = "0.2.0"
5+
AppVersion string = "0.2.1"
66
)

k8s/prod.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ spec:
2121
- containerPort: 8080
2222
resources:
2323
requests:
24-
cpu: 100m
25-
memory: 50Mi
24+
cpu: 5m
25+
memory: 100Mi
2626
limits:
27-
cpu: 100m
27+
cpu: 5m
2828
memory: 100Mi
2929
env:
3030
- name: STAGES

k8s/qa.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ spec:
2121
- containerPort: 8080
2222
resources:
2323
requests:
24-
cpu: 100m
25-
memory: 50Mi
24+
cpu: 5m
25+
memory: 100Mi
2626
limits:
27-
cpu: 100m
27+
cpu: 5m
2828
memory: 100Mi
2929
env:
3030
- name: STAGES

0 commit comments

Comments
 (0)