kube-prometheus-stack

gfortetsanakis/kube-prometheus-stack/helm

Terraform Module HCL HELM
Install
module "kube-prometheus-stack" {
source = "gfortetsanakis/kube-prometheus-stack/helm"
version = "1.0.1"
}
plain text: /constructs/tfmod-gfortetsanakis-kube-prometheus-stack-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform module for kube-prometheus-stack This module deploys the following helm chart on a kubernetes cluster: | Name | Repository | Version | | --------------------- | -------------------------------------------------- | ------- | | kube-prometheus-stack | https://prometheus-community.github.io/helm-charts | 39.9.0 | Module input parameters | Parameter | Type | Description | | ---------------------- | -------- | ----------------------------------------------------------------------------------------------- | | namespace | Required | The kubernetes namespace at which the kube-prometheus-stack chart will be deployed | | domain | Required | The external DNS domain of the kubernetes cluster | | certificate_issuer | Required | The name of the certificate issuer that will be used to issue cer

Inputs (8)
NameTypeDescriptionDefault
grafana_admin_passwordstringThe password for the grafana admin user. required
namespacestringThe kubernetes namespace at which the kube-prometheus-stack chart will be deploy required
domainstringThe external DNS domain of the kubernetes cluster. required
certificate_issuerstringThe name of the certificate issuer that will be used to issue certificates for t required
storage_classstringThe storage class used to created persistent volume claims for the chart. required
alertmanager_vol_sizestringThe size of the persistent volume claim requested for the alert manager backend."5Gi"
prometheus_vol_sizestringThe size of the persistent volume claim requested for the prometheus backend."5Gi"
node_selectormapA map variable with nodeSelector labels applied when placing pods of the chart o{}
Outputs (3)
alert_manager_url
prometheus_url
grafana_url
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud HELM
★ Stars0
Forks1
Total downloads25
Inputs8
Outputs3
Resources1
LicenseApache-2.0
Namespacegfortetsanakis
Updated