add ingress factory stub [ci skip]
This commit is contained in:
parent
4a1106bad9
commit
8713946352
6 changed files with 294 additions and 0 deletions
4
main.tf
4
main.tf
|
|
@ -98,6 +98,7 @@ variable "cloudflare_non_proxied_names" {}
|
|||
variable "cloudflare_tunnel_token" {}
|
||||
variable "owntracks_credentials" {}
|
||||
variable "dawarich_database_password" {}
|
||||
variable "tandoor_database_password" {}
|
||||
|
||||
# data "terraform_remote_state" "foo" {
|
||||
# backend = "kubernetes"
|
||||
|
|
@ -406,6 +407,9 @@ module "kubernetes_cluster" {
|
|||
owntracks_credentials = var.owntracks_credentials
|
||||
|
||||
dawarich_database_password = var.dawarich_database_password
|
||||
|
||||
tandoor_database_password = var.tandoor_database_password
|
||||
tandoor_email_password = var.mailserver_accounts["info@viktorbarzin.me"]
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue