kubernetes-reflector

basisai/kubernetes-reflector/helm

Terraform Module HCL HELM

Terraform Kubernetes Reflector using Helm

Install
module "kubernetes-reflector" {
source = "basisai/kubernetes-reflector/helm"
version = "0.1.0"
}
plain text: /constructs/tfmod-basisai-kubernetes-reflector-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Kubernetes Reflector This module deploys kubernetes-reflector using Terraform via Helm onto a Kubernetes Cluster. Requirements No requirements. Providers | Name | Version | |------|---------| | helm | n/a | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | affinity | Pod affinity | map | {} | no | | chart\_name | Helm chart name to provision | string | "reflector" | no | | chart\_namespace | Namespace to install the chart into | string | "default" | no | | chart\_repository | Helm repository for the chart | string | "https://emberstack.github.io/helm-charts" | no | | chart\_timeout | Timeout to wait for the Chart to be deployed. | number | 300 | no | | chart\_version | Version of Chart to install. Set to empty to install the late

Inputs (21)
NameTypeDescriptionDefault
max_historystringMax History for Helm20
release_namestringHelm release name"reflector"
chart_namestringHelm chart name to provision"reflector"
chart_versionstringVersion of Chart to install. Set to empty to install the latest version"5.4.17"
pod_fs_groupstringfsGroup for Pod Security Context2000
liveness_probemapLiveness probe configuration{ "initialDelaySeconds": 5, "periodS
chart_namespacestringNamespace to install the chart into"default"
image_repositorystringImage repository"emberstack/kubernetes-reflector"
rbac_enabledstringCreate RBAC resourcestrue
security_contextmapSecurity context for the container{ "capabilities": { "drop": [
affinitymapPod affinity{}
chart_repositorystringHelm repository for the chart"https://emberstack.github.io/helm-chart
service_account_createstringCreate service accounttrue
service_account_namestringOverride service account name""
service_account_annotationsmapAnnotations for service account{}
readiness_probemapReadiness probe configuration{ "initialDelaySeconds": 5, "periodS
resourcesmapResources for pod{ "limits": { "cpu": "100m", "
tolerationslistPod tolerations[]
chart_timeoutstringTimeout to wait for the Chart to be deployed.300
replicastringNumber of replica of reflector1
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud HELM
Total downloads2.1k
Inputs21
Resources1
Namespacebasisai
Updated