/terraform-k8s-chassis

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

Primary LanguageHCLApache License 2.0Apache-2.0

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

module "modelconverter" {
  source  = "combinator-ml/modelconverter/k8s"
}

See the full configuration options below.

Requirements

No requirements.

Providers

Name Version
helm n/a

Modules

Name Source Version
minio terraform-module/release/helm

Resources

Name
helm_release

Inputs

Name Description Type Default Required
minio_access_key The namespace to install into. string "minio" no
minio_address The namespace to install into. string "http://minio.default.svc.cluster.local:9000" no
minio_secret_key The namespace to install into. string "minio123" no
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.