Files
a13labs.infra/terraform/modules/utils/metrics_server/variables.tf
T

12 lines
253 B
Terraform
Raw Normal View History

variable "tag" {
description = "Prometheus image tag"
type = string
default = "v0.8.0"
}
variable "namespace" {
description = "Kubernetes namespace to deploy the metrics server"
type = string
default = "kube-system"
}