Set cpu limit to core 2 for heat deployments
Change-Id: Ic742d48c8c28bac4be36793c2861832517fb4495
This commit is contained in:
@@ -80,11 +80,11 @@ spec:
|
||||
{% endif %}
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: 2000m
|
||||
ephemeral-storage: 50M
|
||||
memory: 512M
|
||||
requests:
|
||||
cpu: 50m
|
||||
cpu: 200m
|
||||
ephemeral-storage: 50M
|
||||
memory: 64M
|
||||
securityContext:
|
||||
|
Reference in New Issue
Block a user