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

View file

@ -67,6 +67,11 @@ variable "github_token" {
sensitive = true
}
variable "github_token_flux_notifications" {
type = string
sensitive = true
}
variable "repository_name" {
type = string
}