Configured Cilium load balancer and ArgoCD for HTTP access
This commit is contained in:
@@ -7,3 +7,16 @@ variable "Kubernetes_config_context" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "cilium_load_balancer_ip_range_start" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "cilium_load_balancer_ip_range_stop" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "argocd_domain" {
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user