infra: deploy kube-vip with terraform
This commit is contained in:
		| @ -32,4 +32,15 @@ variable "docker_username" { | ||||
| variable "docker_password" { | ||||
|   description = "Docker registry password" | ||||
|   type        = string | ||||
| } | ||||
|  | ||||
| variable "kubernetes_project_path" { | ||||
|   description = "Path to the Kubernetes configuration files" | ||||
|   type        = string | ||||
|   default     = "../../../kubernetes" | ||||
| } | ||||
|  | ||||
| variable "vip_address" { | ||||
|   description = "VIP address for kube-vip" | ||||
|   type        = string | ||||
| } | ||||
		Reference in New Issue
	
	Block a user