init: copy from lawndale-infra

This commit is contained in:
2022-05-27 02:51:52 +02:00
commit 6a60d271bf
18 changed files with 1126 additions and 0 deletions

8
flannel.tf Normal file
View File

@@ -0,0 +1,8 @@
module "flannel" {
source = "git@git.thomasklein.me:thomasklein/terraform-modules//kubernetes/flannel"
vxlan_port = 4789
vxlan_id = 8000
cluster_cidr = local.cluster_cidr
}