feat: reuse loadbalancer for ingress

This commit is contained in:
Julian Tölle 2022-01-08 19:05:53 +01:00
parent 9e528c9b7b
commit da1b4c9082
8 changed files with 65 additions and 10 deletions

15
main.tf
View file

@ -39,13 +39,14 @@ module "k3s_cluster_v2" {
hcloud_ccm_token = var.hcloud_ccm_token
## Flux
github_owner = "apricote"
github_token = var.github_token
repository_name = "home-cloud-flux-v2"
branch = "main"
repository_visibility = "private"
target_path = ""
flux_version = "v0.24.0"
github_owner = "apricote"
github_token = var.github_token
github_token_flux_notifications = var.github_token_flux_notifications
repository_name = "home-cloud-flux-v2"
branch = "main"
repository_visibility = "private"
target_path = ""
flux_version = "v0.24.0"