ingress-nginx

gfortetsanakis/ingress-nginx/helm

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

Terraform module for ingress-nginx This module deploys the following helm chart on a kubernetes cluster: | Name | Repository | Version | | ------------- | ------------------------------------------ | ------- | | ingress-nginx | https://kubernetes.github.io/ingress-nginx | 1.11.0 | Module input parameters | Parameter | Type | Description | | ------------- | -------- | --------------------------------------------------------------------------------------------- | | namespace | Required | The kubernetes namespace at which the ingress-nginx chart will be deployed | | node_selector | Optional | A map variable with nodeSelector labels applied when placing pods of the chart on the cluster |

Inputs (2)
NameTypeDescriptionDefault
namespacestringThe kubernetes namespace at which the ingress-nginx chart will be deployed. required
node_selectormapA map variable with nodeSelector labels applied when placing pods of the chart o{}
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.1
Cloud HELM
★ Stars0
Forks0
Total downloads38
Inputs2
Resources1
LicenseApache-2.0
Namespacegfortetsanakis
Updated