Add Node Exporter and Fail2Ban Exporter modules: implement Kubernetes resources and Prometheus scrape configurations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
variable "tag" {
|
||||
description = "Fail2Ban exporter image tag"
|
||||
type = string
|
||||
default = "latest"
|
||||
}
|
||||
|
||||
variable "namespace" {
|
||||
description = "Kubernetes namespace to deploy the Fail2Ban exporter"
|
||||
type = string
|
||||
default = "kube-system"
|
||||
}
|
||||
Reference in New Issue
Block a user