init: copy from lawndale-infra

This commit is contained in:
2022-05-26 01:29:23 +02:00
commit 478b173c7b
11 changed files with 343 additions and 0 deletions

7
volume.tf Normal file
View File

@@ -0,0 +1,7 @@
module "drone_persistance" {
source = "git@git.thomasklein.me:thomasklein/terraform-modules//9p-persistent-volume"
namespace = kubernetes_namespace.server.metadata.0.name
name = "drone"
volume_storage_capacity = "2Gi"
}