Skip to content

Commit

Permalink
k8s replicaset 할당된 컴퓨팅 자원 변경 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp3pe authored and parkgang committed Nov 10, 2021
1 parent 61dea72 commit b561abd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions k8s/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
- containerPort: 3000
resources:
requests:
cpu: 100m
memory: 50Mi
cpu: 5m
memory: 100Mi
limits:
cpu: 100m
cpu: 5m
memory: 100Mi
---
apiVersion: v1
Expand Down
6 changes: 3 additions & 3 deletions k8s/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
- containerPort: 3000
resources:
requests:
cpu: 100m
memory: 50Mi
cpu: 5m
memory: 100Mi
limits:
cpu: 100m
cpu: 5m
memory: 100Mi
---
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-service",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"author": "",
"private": true,
Expand Down

0 comments on commit b561abd

Please sign in to comment.