We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
R.deployment :backend do container do resources.limits.memory = '2Gi' end end
Kubernetes Documentation
Gets or sets a value for the extended resource with the given name:
container do # Set the value of extended resource example.org/foo to 0.5 resources.requests.extended_resource 'example.org/foo', 0.5 end