modelconverter

combinator-ml/modelconverter/k8s

Terraform Module HCL K8S

A combinator component that provides model-converter, a tool to auto-magically build ML containers

Install
module "modelconverter" {
source = "combinator-ml/modelconverter/k8s"
version = "0.0.0"
}
plain text: /constructs/tfmod-combinator-ml-modelconverter-k8s/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-k8s-modelconverter {{ Insert brief overview here in the .header.md file - this file will be injected into the README by the github action }} Usage ``terraform module "modelconverter" { source = "combinator-ml/modelconverter/k8s" } ` See the full configuration options below. Requirements No requirements. Providers | Name | Version | |------|---------| | helm | n/a | Modules No Modules. Resources | Name | |------| | helm_release | Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | name\_prefix | Prefix to be used when naming the different k8s components | string | "combinator" | no | | namespace | The namespace to install into. | string | "default"` | no | Outputs No output.

Inputs (2)
NameTypeDescriptionDefault
name_prefixstringPrefix to be used when naming the different k8s components"combinator"
namespacestringThe namespace to install into."default"
Resources (1)
helm_release
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.0
Cloud K8S
★ Stars0
Forks1
Total downloads791
Inputs2
Resources1
Examples2
LicenseApache-2.0
Namespacecombinator-ml
Updated