job
garbetjie/job/kubernetes
Terraform Module
HCL
KUBERNETES
Install
module "job" {
source = "garbetjie/job/kubernetes"
version = "0.1.1"
}
Inputs (17)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | required | |
| namespace | string | required | |
| image | string | required | |
| args | list(string) | required | |
| labels | map(string) | {} | |
| cpu | number | 0.1 | |
| env_from_secrets | set(string) | [] | |
| mount_secrets | list(object({ secret = string, | [] | |
| restart_policy | string | "Never" | |
| node_selector | map(string) | {} | |
| env | map(string) | {} | |
| mount_host_paths | map(string) | {} | |
| memory | number | 128 | |
| wait_for_rollout | bool | true | |
| init_containers | list(object({ args = list(stri | [] | |
| annotations | map(string) | {} | |
| tolerations | list(object({ key = string, va | [] |
Resources (1)
kubernetes_job
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud KUBERNETES
★ Stars0
Forks1
Total downloads6.4k
Inputs17
Resources1
LicenseMIT
Namespacegarbetjie
Updated