Panfactum LogoPanfactum
Infrastructure ModulesKuberneteskube_vpa

Kubernetes VPA

kube_vpa
Stable
Live
Source Code Link

This module provides a deployment of the vertical-pod-autoscaler project.

Providers

The following providers are needed by this module:

  • aws (5.39.1)

  • helm (2.12.1)

  • kubernetes (2.27.0)

Required Inputs

No required inputs.

Optional Inputs

The following input variables are optional (have default values):

log_verbosity

Description: The log verbosity (0-9) for the VPA pods

Type: number

Default: 0

pull_through_cache_enabled

Description: Whether to use the ECR pull through cache for the deployed images

Type: bool

Default: false

vertical_autoscaler_helm_version

Description: The version of VPA helm chart to deploy

Type: string

Default: "4.4.5"

vertical_autoscaler_image_version

Description: The version of VPA image deploy

Type: string

Default: "1.1.1"

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: false

Outputs

No outputs.

Usage

No notes