resources¶
resources
value in Kubedeploy can be used to define main container resource requirements.
By default resources
are intentionally left undefined in Kubedeploy, as this should be a
conscious choice for the user.
For guide on how to properly select resource requirements, see the Best practices Resource requirements section
Define resource requirements for the main container
values.yaml | |
---|---|
Note
initContainers
and additionalContainer
define their own resource requirements, for more info see the related configuration values
See also: