Merge "Set cpu limit to core 2 for magnum conductor"

This commit is contained in:
Zuul
2020-07-01 22:53:05 +00:00
committed by Gerrit Code Review

View File

@@ -74,11 +74,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: