mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: reuse loadbalancer for ingress
This commit is contained in:
parent
9e528c9b7b
commit
da1b4c9082
8 changed files with 65 additions and 10 deletions
15
main.tf
15
main.tf
|
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue