google-slo-generator-client

heureka/google-slo-generator-client/kubernetes

Terraform Module HCL KUBERNETES

Client for calling Google's SLO Generator

Install
module "google-slo-generator-client" {
source = "heureka/google-slo-generator-client/kubernetes"
version = "1.0.7"
}
plain text: /constructs/tfmod-heureka-google-slo-generator-client-kubernetes/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-kubernetes-google-slo-generator-client Client for calling Google's SLO Generator. Dependency This expects to be deployed into the same namespace as our [generator module][generator]. This client connects to resources used by the former module. [generator]: https://registry.terraform.io/modules/heureka/google-slo-generator/kubernetes/latest

Inputs (4)
NameTypeDescriptionDefault
namespacestringkubernetes namespace where to deploy slo generator required
bucket-namestringname of the GCS bucket which SLOs will be read from required
requestsmap(string)requests for the api in kubernetes{ "cpu": "100m", "memory": "128Mi" }
limitsmap(string)limits for the api in kubernetes{ "cpu": "100m", "memory": "128Mi" }
Resources (1)
kubernetes_cron_job_v1
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.7
Cloud KUBERNETES
★ Stars1
Forks0
Total downloads7.9k
Inputs4
Resources1
LicenseMIT
Namespaceheureka
Updated