Skip to content

Commit

Permalink
configs/installer: increase the resource limits for all image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdahiya committed Apr 24, 2019
1 parent 23d2502 commit c589ac7
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,36 @@ resources:
requests:
cpu: 100m
memory: 200Mi
installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
upi-installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
libvirt-installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
openstack-installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
installer-artifacts:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
unit:
limits:
memory: 9Gi
Expand Down

0 comments on commit c589ac7

Please sign in to comment.