Skip to content

Commit

Permalink
chore: request more k8s resources
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Sep 13, 2023
1 parent a700333 commit 480eb6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/dev/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ spec:
protocol: TCP
resources:
requests:
memory: "1000Mi"
memory: "2500Mi"
cpu: "300m"
limits:
memory: "3000Mi"
memory: "4000Mi"
cpu: "2000m"
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down
4 changes: 2 additions & 2 deletions deploy/prod/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ spec:
protocol: TCP
resources:
requests:
memory: "1000Mi"
memory: "2500Mi"
cpu: "300m"
limits:
memory: "3000Mi"
memory: "4000Mi"
cpu: "2000m"
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down

0 comments on commit 480eb6c

Please sign in to comment.