includedResources
The includedResources
value defines all the workload types that the GoKubeDownscaler will try to scale.
info
The default value for includedResources
is:
includedResources:
- deployments
For every resource in this list the Helm Chart will create a set of permissions and assign them to the role for the GoKubeDownscaler.
Supported resources are:
- Deployments
- Statefulsets
- Daemonsets
- Rollouts
- HorizontalPodAutoscalers
- Jobs
- Cronjobs
- ScaledObjects
- Stacks
- PodDisruptionBudgets
- Prometheuses
tip
An example for including resources can look like this:
includedResources:
- deployments
- statefulsets
- daemonsets
- rollouts
- horizontalpodautoscalers
- jobs
- cronjobs
- scaledobjects
- stacks
- poddisruptionbudgets
- prometheuses