mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
Merge pull request #159 from puppetlabs/P4DEVOPS-4531
Update memory limit for api pod to 4G
This commit is contained in:
commit
6ea4a9e0a3
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ api:
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
limits:
|
limits:
|
||||||
cpu: 2000m
|
cpu: 2000m
|
||||||
memory: 2Gi
|
memory: 4Gi
|
||||||
|
|
||||||
manager:
|
manager:
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue