Skip to content

Commit

Permalink
remove CPU requirements to avoid K8s throtolling
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Nov 2, 2020
1 parent 249aae0 commit c7cc170
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions admin/kubernetes/k8s_deployment_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ spec:
resources:
requests:
memory: "1G"
cpu: "500m"
limits:
memory: "1G"
cpu: "1000m"
volumeMounts:
- name: accounts
mountPath: "/config/passwd.txt"
Expand Down Expand Up @@ -65,10 +63,8 @@ spec:
resources:
requests:
memory: "2G"
cpu: "500m"
limits:
memory: "2G"
cpu: "1000m"
volumeMounts:
- name: config
mountPath: "/config/config.yml"
Expand Down

0 comments on commit c7cc170

Please sign in to comment.