Skip to content

Available Presets ​

Function's resources and replicas are based on presets. A preset is a predefined group of values.

Usage ​

If you want to apply values from a preset to a single Function, override the existing values for a given preset in the Function CR: First, remove the relevant fields from the Function CR and then, add the relevant preset labels.

For example, to modify the default values for buildResources, remove all its entries from the Function CR and add an appropriate serverless.kyma-project.io/build-resources-preset: {PRESET} label to the Function CR.

Function's Resources ​

PresetRequest CPURequest memoryLimit CPULimit memory
XS50m64Mi150m192Mi
S100m128Mi200m256Mi
M200m256Mi400m512Mi
L400m512Mi800m1024Mi
XL800m1024Mi1600m2048Mi

To apply values ​​from a given preset, use the serverless.kyma-project.io/function-resources-preset: {PRESET} label in the Function CR.