Skip to content

Commit

Permalink
Update the memory limits for the powervm-rmc pods.
Browse files Browse the repository at this point in the history
Signed-off-by: Kishen V <kishen.viswanathan@ibm.com>
  • Loading branch information
kishen-v committed Mar 14, 2023
1 parent 9fe3beb commit 4968b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/ocp-customization/tasks/powervm_rmc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
cpu: 100m
memory: 500Mi
limits:
memory: 1Gi
memory: 4Gi
volumeMounts:
- name: lib-modules
mountPath: /lib/modules
Expand Down

0 comments on commit 4968b28

Please sign in to comment.