modelconverter
combinator-ml/modelconverter/k8s
A combinator component that provides model-converter, a tool to auto-magically build ML containers
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.
| Name | Type | Description | Default |
|---|---|---|---|
| name_prefix | string | Prefix to be used when naming the different k8s components | "combinator" |
| namespace | string | The namespace to install into. | "default" |