Set cpu limit to core 2 for heat deployments

Change-Id: Ic742d48c8c28bac4be36793c2861832517fb4495
This commit is contained in:
okozachenko
2020-07-01 16:31:07 +03:00
parent f553657f52
commit 41d3f4d36b

View File

@@ -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: