Skip to content

Commit

Permalink
Adjust memory and cpu limit (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
shifucun authored May 11, 2021
1 parent fd302e5 commit cb06125
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deploy/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ spec:
imagePullPolicy: Always
resources:
limits:
memory: "3G"
cpu: "1000m"
memory: "6G"
cpu: "800m"
requests:
memory: "3G"
cpu: "1000m"
memory: "6G"
cpu: "800m"
args:
- --mixer_project=$(MIXER_PROJECT)
- --store_project=$(STORE_PROJECT)
Expand Down Expand Up @@ -118,10 +118,10 @@ spec:
key: serviceName
resources:
limits:
memory: "0.5G"
memory: "1G"
cpu: "200m"
requests:
memory: "0.5G"
memory: "1G"
cpu: "200m"
readinessProbe:
httpGet:
Expand Down

0 comments on commit cb06125

Please sign in to comment.