Provisions resources on Kubernetes and Cloudflare to create a Helm release with associated PVC and Volume Claims, and an optional DNS record for ingress.
Name | Version |
---|---|
terraform | >= 1.0.0 |
cloudflare | ~> 4 |
helm | ~> 2 |
kubernetes | ~> 2 |
random | ~> 3 |
Name | Version |
---|---|
cloudflare | ~> 4 |
helm | ~> 2 |
kubernetes | ~> 2 |
random | ~> 3 |
No modules.
Name | Type |
---|---|
cloudflare_record.this | resource |
helm_release.this | resource |
kubernetes_limit_range.limit | resource |
kubernetes_namespace.this | resource |
kubernetes_persistent_volume.this | resource |
kubernetes_persistent_volume_claim.this | resource |
random_uuid.volume_name | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
atomic | (Optional) If set, installation process purges chart on fail. The wait flag will be set automatically if atomic is used. Defaults to false . |
bool |
true |
no |
base_nfs_path | (optional) NFS Path on which to create the resources | string |
n/a | yes |
chart | Chart name | string |
"" |
no |
chart_version | Version of the Helm chart | string |
"" |
no |
create_namespace | Whether to create the namespace | bool |
true |
no |
create_volumes | A map of volume names and volume sizes to create | map(string) |
{} |
no |
external_ip | External cluster IP for getting a valid cert | string |
"" |
no |
helm_file_override | (optional) Path(s) to the yaml override file | list(string) |
[""] |
no |
ingress | (optional) A list of endpoints | list(string) |
[] |
no |
limit | Whether to create a default limit for the namespace created | bool |
false |
no |
lint | (Optional) Run the helm chart linter during the plan. Defaults to false . |
bool |
true |
no |
name | Name of the chart to install | string |
n/a | yes |
namespace | Namespace to place chart in | string |
n/a | yes |
nfs_server | (optional) IP address of the NFS server | string |
"" |
no |
proxied | Whether the DNS recourd should be proxied by Cloudflare. | bool |
false |
no |
repository | (optional) Repository to install the chart from | string |
"https://k8s-at-home.com/charts/" |
no |
sensitive_settings | (optional) A list of maps to add helm set_sensitive | list(map(string)) |
n/a | yes |
settings | (optional) A list of maps to add helm settings | list(map(string)) |
n/a | yes |
timeout | (optional) Time in seconds to wait for any individual kubernetes operation (like Jobs for hooks). Defaults to 300 seconds. | string |
300 |
no |
zone_id | (optional) Zone ID to add the record to | string |
"" |
no |
Name | Description |
---|---|
namespace | n/a |