Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1776 from HotelsDotCom/v0.14.x-kube2iam-resources
Browse files Browse the repository at this point in the history
v0.14.x Increase kube2iam resource limits
  • Loading branch information
dominicgunn authored Nov 25, 2019
2 parents b616b75 + 7f3759e commit a1abe5b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions builtin/files/userdata/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -5160,11 +5160,10 @@ write_files:
name: http
resources:
limits:
cpu: 10m
memory: 32Mi
memory: 128Mi
requests:
cpu: 10m
memory: 32Mi
cpu: 100m
memory: 64Mi
securityContext:
privileged: true
- path: /srv/kubernetes/manifests/kube2iam-rbac.yaml
Expand Down

0 comments on commit a1abe5b

Please sign in to comment.