cluster
homelab.cluster
| Name | Type | Description |
|---|---|---|
| acmeProvider | string | The ACME provider that Ingresses should use for obtaining TLS certs |
| backup.hostPaths | list of string | List of paths on the host that should be backed up, this option does not configure a backup, it is only meant for aggregation |
| backup.volumes | attribute set of attribute set of list of string | A map of namespace -> PV claim name -> paths that should be backed up, this option does not configure a backup, it is only meant for aggregation |
| dataDir | string | Location of the k3s data directory |
| debugTools | list of package | Tools to embed in container images when debugging is enabled |
| domain | string | Domain name of the cluster |
| enable | boolean | Whether to enable the homelab cluster. |
| enableIPv4 | boolean | IPv4 support |
| enableIPv6 | boolean | Whether to enable IPv6 support. |
| podCidr4 | string | IPv4 CIDR for the pods |
| podCidr6 | string | IPv6 CIDR for the pods |
| svcCidr4 | string | IPv4 CIDR for the services |
| svcCidr6 | string | IPv6 CIDR for the services |