KEDA

Kubernetes Event-Driven Autoscaling for dynamic workload scaling.

Requirements

Name

Version

terraform

>= 1.0

helm

>= 2.10.1, < 3.0.0

Providers

Name

Version

helm

>= 2.10.1, < 3.0.0

Modules

No modules.

Resources

Name

Type

helm_release.keda

resource

Inputs

Name

Description

Type

Default

Required

docker_image

Docker image for Keda

object({
keda = object({
image = string
tag = string
})
metricsApiServer = object({
image = string
tag = string
})
})

n/a

yes

helm_chart_repository

Path to helm chart repository for keda

string

n/a

yes

helm_chart_version

Version of chart helm for keda

string

n/a

yes

image_pull_secrets

image_pull_secrets for keda

string

n/a

yes

metrics_server_dns_policy

DNS policy of KEDA operator metrics server

string

n/a

yes

metrics_server_use_host_network

Use or not the host network for KEDA operator metrics server

bool

n/a

yes

namespace

Namespace of Keda

string

n/a

yes

node_selector

Node selector for Keda

any

n/a

yes

Outputs

Name

Description

keda

Info about KEDA